[][src]Struct ddsfile::FourCC

pub struct FourCC(pub u32);

Methods

impl FourCC[src]

pub const NONE: u32[src]

pub const DXT1: u32[src]

pub const DXT2: u32[src]

pub const DXT3: u32[src]

pub const DXT4: u32[src]

pub const DXT5: u32[src]

pub const R8G8_B8G8: u32[src]

pub const G8R8_G8B8: u32[src]

pub const A16B16G16R16: u32[src]

pub const Q16W16V16U16: u32[src]

pub const R16F: u32[src]

pub const G16R16F: u32[src]

pub const A16B16G16R16F: u32[src]

pub const R32F: u32[src]

pub const G32R32F: u32[src]

pub const A32B32G32R32F: u32[src]

pub const UYVY: u32[src]

pub const YUY2: u32[src]

pub const CXV8U8: u32[src]

pub const ATI1: u32[src]

pub const ATI2: u32[src]

pub const DX10: u32[src]

pub const BC1_UNORM: u32[src]

pub const BC2_UNORM: u32[src]

pub const BC3_UNORM: u32[src]

pub const BC4_UNORM: u32[src]

pub const BC4_SNORM: u32[src]

pub const BC5_UNORM: u32[src]

pub const BC5_SNORM: u32[src]

pub const R8G8_B8G8_UNORM: u32[src]

pub const G8R8_G8B8_UNORM: u32[src]

pub const R16G16B16A16_UNORM: u32[src]

pub const R16G16B16A16_SNORM: u32[src]

pub const R16_FLOAT: u32[src]

pub const R16G16_FLOAT: u32[src]

pub const R16G16B16A16_FLOAT: u32[src]

pub const R32_FLOAT: u32[src]

pub const R32G32_FLOAT: u32[src]

pub const R32G32B32A32_FLOAT: u32[src]

Trait Implementations

impl Clone for FourCC[src]

impl PartialEq<FourCC> for FourCC[src]

impl Debug for FourCC[src]

impl StructuralPartialEq for FourCC[src]

Auto Trait Implementations

impl Send for FourCC

impl Sync for FourCC

impl Unpin for FourCC

impl UnwindSafe for FourCC

impl RefUnwindSafe for FourCC

Blanket Implementations

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

impl<T> From<T> for 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.

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

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

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