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

NONENONMASKABLE_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

impl Debug for D3DMULTISAMPLE_TYPE
[src]

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

Formats the value using the given formatter.

impl Copy for D3DMULTISAMPLE_TYPE
[src]

impl Clone for D3DMULTISAMPLE_TYPE
[src]

fn clone(&self) -> D3DMULTISAMPLE_TYPE

Returns a copy of the value. Read more

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

Performs copy-assignment from source. Read more