Enum winapi::d3d9types::D3DMATERIALCOLORSOURCE [] [src]

pub enum D3DMATERIALCOLORSOURCE {
    MATERIAL,
    COLOR1,
    COLOR2,
}

Variants

MATERIAL
COLOR1
COLOR2

Trait Implementations

Derived Implementations

impl Debug for D3DMATERIALCOLORSOURCE

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

impl Copy for D3DMATERIALCOLORSOURCE

impl Clone for D3DMATERIALCOLORSOURCE

fn clone(&self) -> D3DMATERIALCOLORSOURCE

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