Enum winapi::d3d9types::D3DCUBEMAP_FACES [] [src]

pub enum D3DCUBEMAP_FACES {
    POSITIVE_X,
    NEGATIVE_X,
    POSITIVE_Y,
    NEGATIVE_Y,
    POSITIVE_Z,
    NEGATIVE_Z,
}

Variants

POSITIVE_XNEGATIVE_XPOSITIVE_YNEGATIVE_YPOSITIVE_ZNEGATIVE_Z

Trait Implementations

impl Debug for D3DCUBEMAP_FACES
[src]

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

Formats the value using the given formatter.

impl Copy for D3DCUBEMAP_FACES
[src]

impl Clone for D3DCUBEMAP_FACES
[src]

fn clone(&self) -> D3DCUBEMAP_FACES

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