Enum gfx_core::format::BC1_R8_G8_B8[][src]

pub enum BC1_R8_G8_B8 {}

Block Compression 1 also known as DXT1, S3TC. See S3TC wiki.

Currently supported in the gfx_device_gl backend only.

Trait Implementations

impl Clone for BC1_R8_G8_B8[src]

impl Copy for BC1_R8_G8_B8[src]

impl Debug for BC1_R8_G8_B8[src]

impl Eq for BC1_R8_G8_B8[src]

impl Hash for BC1_R8_G8_B8[src]

impl Ord for BC1_R8_G8_B8[src]

impl PartialEq<BC1_R8_G8_B8> for BC1_R8_G8_B8[src]

impl PartialOrd<BC1_R8_G8_B8> for BC1_R8_G8_B8[src]

impl StructuralEq for BC1_R8_G8_B8[src]

impl StructuralPartialEq for BC1_R8_G8_B8[src]

impl SurfaceTyped for BC1_R8_G8_B8[src]

type DataType = [u8; 3]

The corresponding data type to be passed from CPU.

impl TextureSurface for BC1_R8_G8_B8[src]

Auto Trait Implementations

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

impl<T> Any for T where
    T: 'static + ?Sized
[src]

impl<T> Borrow<T> for T where
    T: ?Sized
[src]

impl<T> BorrowMut<T> for T where
    T: ?Sized
[src]

impl<T> From<T> for T[src]

impl<T, U> Into<U> for T where
    U: From<T>, 
[src]

impl<T> ToOwned for T where
    T: Clone
[src]

type Owned = T

The resulting type after obtaining ownership.

impl<T, U> TryFrom<U> for T where
    U: Into<T>, 
[src]

type Error = Infallible

The type returned in the event of a conversion error.

impl<T, U> TryInto<U> for T where
    U: TryFrom<T>, 
[src]

type Error = <U as TryFrom<T>>::Error

The type returned in the event of a conversion error.