Enum winapi::d3d9types::D3DDEBUGMONITORTOKENS [] [src]

pub enum D3DDEBUGMONITORTOKENS {
    ENABLE,
    DISABLE,
}

Variants

ENABLE
DISABLE

Trait Implementations

Derived Implementations

impl Debug for D3DDEBUGMONITORTOKENS

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

impl Copy for D3DDEBUGMONITORTOKENS

impl Clone for D3DDEBUGMONITORTOKENS

fn clone(&self) -> D3DDEBUGMONITORTOKENS

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