Enum gfx::texture::CubeFace []

#[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

impl Eq 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 Clone for CubeFace

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Hash for CubeFace

Feeds this value into the state given, updating the hasher as necessary.

Feeds a slice of this type into the state provided.

impl Ord for CubeFace

impl Copy for CubeFace

impl Debug for CubeFace

Formats the value using the given formatter.