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

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

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

Variants

PosZ
NegZ
PosX
NegX
PosY
NegY

Trait Implementations

Derived Implementations

impl Debug for CubeFace

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

impl Clone for CubeFace

fn clone(&self) -> CubeFace

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

impl Copy for CubeFace

impl Hash for CubeFace

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

fn hash_slice<H>(data: &[Self], state: &mut H) where H: Hasher

impl PartialOrd 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 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