Enum winapi::d3d9types::D3DLIGHTTYPE [] [src]

pub enum D3DLIGHTTYPE {
    POINT,
    SPOT,
    DIRECTIONAL,
}

Variants

POINT
SPOT
DIRECTIONAL

Trait Implementations

Derived Implementations

impl Debug for D3DLIGHTTYPE

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

impl Copy for D3DLIGHTTYPE

impl Clone for D3DLIGHTTYPE

fn clone(&self) -> D3DLIGHTTYPE

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