Enum winapi::d3d9types::D3DPATCHEDGESTYLE [] [src]

pub enum D3DPATCHEDGESTYLE {
    DISCRETE,
    CONTINUOUS,
}

Variants

DISCRETE
CONTINUOUS

Trait Implementations

Derived Implementations

impl Debug for D3DPATCHEDGESTYLE

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

impl Copy for D3DPATCHEDGESTYLE

impl Clone for D3DPATCHEDGESTYLE

fn clone(&self) -> D3DPATCHEDGESTYLE

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