Enum winapi::d3d9types::D3DDECLTYPE [] [src]

pub enum D3DDECLTYPE {
    FLOAT1,
    FLOAT2,
    FLOAT3,
    FLOAT4,
    D3DCOLOR,
    UBYTE4,
    SHORT2,
    SHORT4,
    UBYTE4N,
    SHORT2N,
    SHORT4N,
    USHORT2N,
    USHORT4N,
    UDEC3,
    DEC3N,
    FLOAT16_2,
    FLOAT16_4,
    UNUSED,
}

Variants

FLOAT1
FLOAT2
FLOAT3
FLOAT4
D3DCOLOR
UBYTE4
SHORT2
SHORT4
UBYTE4N
SHORT2N
SHORT4N
USHORT2N
USHORT4N
UDEC3
DEC3N
FLOAT16_2
FLOAT16_4
UNUSED

Trait Implementations

Derived Implementations

impl Debug for D3DDECLTYPE

fn fmt(&self, __arg_0: &mut Formatter) -> Result

impl Copy for D3DDECLTYPE

impl Clone for D3DDECLTYPE

fn clone(&self) -> D3DDECLTYPE

fn clone_from(&mut self, source: &Self)