Enum gfx::tex::CubeFace []

pub enum CubeFace {
    PosX,
    NegX,
    PosY,
    NegY,
    PosZ,
    NegZ,
}

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

Variants

Trait Implementations

impl Eq for CubeFace

impl Ord for CubeFace

impl PartialEq<CubeFace> for CubeFace

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

This method tests for !=.

impl PartialOrd<CubeFace> for CubeFace

impl Hash for CubeFace

impl Copy for CubeFace

impl Clone for CubeFace

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for CubeFace

Formats the value using the given formatter.