Enum winapi::d3d9types::D3DCMPFUNC [] [src]

pub enum D3DCMPFUNC {
    NEVER,
    LESS,
    EQUAL,
    LESSEQUAL,
    GREATER,
    NOTEQUAL,
    GREATEREQUAL,
    ALWAYS,
}

Variants

NEVER
LESS
EQUAL
LESSEQUAL
GREATER
NOTEQUAL
GREATEREQUAL
ALWAYS

Trait Implementations

Derived Implementations

impl Debug for D3DCMPFUNC

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

impl Copy for D3DCMPFUNC

impl Clone for D3DCMPFUNC

fn clone(&self) -> D3DCMPFUNC

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