Enum gfx::format::BC3_R8_G8_B8_A8 [−][src]
pub enum BC3_R8_G8_B8_A8 {}
Block Compression 3 also known as DXT5, S3TC. See S3TC wiki.
Currently supported in the gfx_device_gl backend only.
Trait Implementations
impl Clone for BC3_R8_G8_B8_A8
[src][+]
impl Copy for BC3_R8_G8_B8_A8
[src]
impl Debug for BC3_R8_G8_B8_A8
[src][+]
impl Eq for BC3_R8_G8_B8_A8
[src]
impl Hash for BC3_R8_G8_B8_A8
[src][+]
impl Ord for BC3_R8_G8_B8_A8
[src][+]
impl PartialEq<BC3_R8_G8_B8_A8> for BC3_R8_G8_B8_A8
[src][+]
impl PartialOrd<BC3_R8_G8_B8_A8> for BC3_R8_G8_B8_A8
[src][+]
impl StructuralEq for BC3_R8_G8_B8_A8
[src]
impl StructuralPartialEq for BC3_R8_G8_B8_A8
[src]
impl SurfaceTyped for BC3_R8_G8_B8_A8
[src][+]
impl TextureSurface for BC3_R8_G8_B8_A8
[src]
Auto Trait Implementations
impl RefUnwindSafe for BC3_R8_G8_B8_A8
impl Send for BC3_R8_G8_B8_A8
impl Sync for BC3_R8_G8_B8_A8
impl Unpin for BC3_R8_G8_B8_A8
impl UnwindSafe for BC3_R8_G8_B8_A8
Blanket Implementations
impl<T> Any for T where
T: 'static + ?Sized,
[src][+]
T: 'static + ?Sized,
impl<T> Borrow<T> for T where
T: ?Sized,
[src][+]
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
[src][+]
T: ?Sized,
impl<T> From<T> for T
[src][+]
impl<T, U> Into<U> for T where
U: From<T>,
[src][+]
U: From<T>,
impl<T> ToOwned for T where
T: Clone,
[src][+]
T: Clone,
impl<T, U> TryFrom<U> for T where
U: Into<T>,
[src][+]
U: Into<T>,
impl<T, U> TryInto<U> for T where
U: TryFrom<T>,
[src][+]
U: TryFrom<T>,