Enum winapi::d3d9types::D3DPOOL [] [src]

pub enum D3DPOOL {
    DEFAULT,
    MANAGED,
    SYSTEMMEM,
    SCRATCH,
}

Variants

DEFAULT
MANAGED
SYSTEMMEM
SCRATCH

Trait Implementations

Derived Implementations

impl Debug for D3DPOOL

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

impl Copy for D3DPOOL

impl Clone for D3DPOOL

fn clone(&self) -> D3DPOOL

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