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

FLOAT1FLOAT2FLOAT3FLOAT4D3DCOLORUBYTE4SHORT2SHORT4UBYTE4NSHORT2NSHORT4NUSHORT2NUSHORT4NUDEC3DEC3NFLOAT16_2FLOAT16_4UNUSED

Trait Implementations

impl Debug for D3DDECLTYPE
[src]

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

Formats the value using the given formatter.

impl Copy for D3DDECLTYPE
[src]

impl Clone for D3DDECLTYPE
[src]

fn clone(&self) -> D3DDECLTYPE

Returns a copy of the value. Read more

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

Performs copy-assignment from source. Read more