Enum winapi::d3d9types::D3DMULTISAMPLE_TYPE [] [src]

pub enum D3DMULTISAMPLE_TYPE {
    NONE,
    NONMASKABLE,
    _2_SAMPLES,
    _3_SAMPLES,
    _4_SAMPLES,
    _5_SAMPLES,
    _6_SAMPLES,
    _7_SAMPLES,
    _8_SAMPLES,
    _9_SAMPLES,
    _10_SAMPLES,
    _11_SAMPLES,
    _12_SAMPLES,
    _13_SAMPLES,
    _14_SAMPLES,
    _15_SAMPLES,
    _16_SAMPLES,
}

Variants

NONE
NONMASKABLE
_2_SAMPLES
_3_SAMPLES
_4_SAMPLES
_5_SAMPLES
_6_SAMPLES
_7_SAMPLES
_8_SAMPLES
_9_SAMPLES
_10_SAMPLES
_11_SAMPLES
_12_SAMPLES
_13_SAMPLES
_14_SAMPLES
_15_SAMPLES
_16_SAMPLES

Trait Implementations

Derived Implementations

impl Debug for D3DMULTISAMPLE_TYPE

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

impl Copy for D3DMULTISAMPLE_TYPE

impl Clone for D3DMULTISAMPLE_TYPE

fn clone(&self) -> D3DMULTISAMPLE_TYPE

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