Enum winapi::d3d9types::D3DCULL [] [src]

pub enum D3DCULL {
    NONE,
    CW,
    CCW,
}

Variants

NONE
CW
CCW

Trait Implementations

Derived Implementations

impl Debug for D3DCULL

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

impl Copy for D3DCULL

impl Clone for D3DCULL

fn clone(&self) -> D3DCULL

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