Enum winapi::d3d9types::D3DDEGREETYPE [] [src]

pub enum D3DDEGREETYPE {
    LINEAR,
    QUADRATIC,
    CUBIC,
    QUINTIC,
}

Variants

LINEAR
QUADRATIC
CUBIC
QUINTIC

Trait Implementations

Derived Implementations

impl Debug for D3DDEGREETYPE

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

impl Copy for D3DDEGREETYPE

impl Clone for D3DDEGREETYPE

fn clone(&self) -> D3DDEGREETYPE

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