pub enum BC1_R8_G8_B8 {}Expand description
Block Compression 1 also known as DXT1, S3TC. See S3TC wiki.
Currently supported in the gfx_device_gl backend only.
Trait Implementations§
Source§impl Clone for BC1_R8_G8_B8
impl Clone for BC1_R8_G8_B8
Source§fn clone(&self) -> BC1_R8_G8_B8
fn clone(&self) -> BC1_R8_G8_B8
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for BC1_R8_G8_B8
impl Debug for BC1_R8_G8_B8
Source§impl Hash for BC1_R8_G8_B8
impl Hash for BC1_R8_G8_B8
Source§impl Ord for BC1_R8_G8_B8
impl Ord for BC1_R8_G8_B8
Source§fn cmp(&self, other: &BC1_R8_G8_B8) -> Ordering
fn cmp(&self, other: &BC1_R8_G8_B8) -> Ordering
1.21.0 · Source§fn max(self, other: Self) -> Selfwhere
Self: Sized,
fn max(self, other: Self) -> Selfwhere
Self: Sized,
Compares and returns the maximum of two values. Read more
Source§impl PartialEq for BC1_R8_G8_B8
impl PartialEq for BC1_R8_G8_B8
Source§impl PartialOrd for BC1_R8_G8_B8
impl PartialOrd for BC1_R8_G8_B8
Source§impl SurfaceTyped for BC1_R8_G8_B8
impl SurfaceTyped for BC1_R8_G8_B8
Source§fn get_surface_type() -> SurfaceType
fn get_surface_type() -> SurfaceType
Return the run-time value of the type.
impl Copy for BC1_R8_G8_B8
impl Eq for BC1_R8_G8_B8
impl StructuralPartialEq for BC1_R8_G8_B8
impl TextureSurface for BC1_R8_G8_B8
Auto Trait Implementations§
impl Freeze for BC1_R8_G8_B8
impl RefUnwindSafe for BC1_R8_G8_B8
impl Send for BC1_R8_G8_B8
impl Sync for BC1_R8_G8_B8
impl Unpin for BC1_R8_G8_B8
impl UnwindSafe for BC1_R8_G8_B8
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more