Enum gfx::tex::CubeFace [] [src]

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

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

Variants

PosX
NegX
PosY
NegY
PosZ
NegZ

Trait Implementations

Derived Implementations

impl Debug for CubeFace

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

impl Clone for CubeFace

fn clone(&self) -> CubeFace

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

impl Copy for CubeFace

impl Hash for CubeFace

fn hash<__H>(&self, __arg_0: &mut __H) where __H: Hasher

impl PartialOrd<CubeFace> for CubeFace

fn partial_cmp(&self, __arg_0: &CubeFace) -> Option<Ordering>

fn lt(&self, __arg_0: &CubeFace) -> bool

fn le(&self, __arg_0: &CubeFace) -> bool

fn gt(&self, __arg_0: &CubeFace) -> bool

fn ge(&self, __arg_0: &CubeFace) -> bool

impl PartialEq<CubeFace> for CubeFace

fn eq(&self, __arg_0: &CubeFace) -> bool

fn ne(&self, __arg_0: &CubeFace) -> bool

impl Ord for CubeFace

fn cmp(&self, __arg_0: &CubeFace) -> Ordering

impl Eq for CubeFace