Enum gfx::texture::CubeFace [] [src]

#[repr(u8)]
pub enum CubeFace { PosX, NegX, PosY, NegY, PosZ, NegZ, }

The face of a cube texture to do an operation on.

Variants

Trait Implementations

impl PartialOrd<CubeFace> for CubeFace
[src]

impl Copy for CubeFace
[src]

impl Ord for CubeFace
[src]

impl PartialEq<CubeFace> for CubeFace
[src]

This method tests for self and other values to be equal, and is used by ==. Read more

This method tests for !=.

impl Eq for CubeFace
[src]

impl Hash for CubeFace
[src]

Feeds this value into the given [Hasher]. Read more

Feeds a slice of this type into the given [Hasher]. Read more

impl Debug for CubeFace
[src]

Formats the value using the given formatter.

impl Clone for CubeFace
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more