Enum winapi::d3d9types::D3DSTATEBLOCKTYPE [] [src]

pub enum D3DSTATEBLOCKTYPE {
    ALL,
    PIXELSTATE,
    VERTEXSTATE,
}

Variants

ALL
PIXELSTATE
VERTEXSTATE

Trait Implementations

Derived Implementations

impl Debug for D3DSTATEBLOCKTYPE

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

impl Copy for D3DSTATEBLOCKTYPE

impl Clone for D3DSTATEBLOCKTYPE

fn clone(&self) -> D3DSTATEBLOCKTYPE

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