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

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

Variants

POSITIVE_X
NEGATIVE_X
POSITIVE_Y
NEGATIVE_Y
POSITIVE_Z
NEGATIVE_Z

Trait Implementations

Derived Implementations

impl Debug for D3DCUBEMAP_FACES

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

impl Copy for D3DCUBEMAP_FACES

impl Clone for D3DCUBEMAP_FACES

fn clone(&self) -> D3DCUBEMAP_FACES

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