Enum winapi::d3d9types::D3DSTENCILOP [] [src]

pub enum D3DSTENCILOP {
    KEEP,
    ZERO,
    REPLACE,
    INCRSAT,
    DECRSAT,
    INVERT,
    INCR,
    DECR,
}

Variants

KEEP
ZERO
REPLACE
INCRSAT
DECRSAT
INVERT
INCR
DECR

Trait Implementations

Derived Implementations

impl Debug for D3DSTENCILOP

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

impl Copy for D3DSTENCILOP

impl Clone for D3DSTENCILOP

fn clone(&self) -> D3DSTENCILOP

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