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
PosXNegXPosYNegYPosZNegZTrait Implementations
impl PartialEq<CubeFace> for CubeFace
fn eq(&self, __arg_0: &CubeFace) -> bool
This method tests for self and other values to be equal, and is used by ==. Read more
fn ne(&self, other: &Rhs) -> bool1.0.0
This method tests for !=.
impl Clone for CubeFace
fn clone(&self) -> CubeFace
Returns a copy of the value. Read more
fn clone_from(&mut self, source: &Self)1.0.0
Performs copy-assignment from source. Read more
impl Eq for CubeFace
impl PartialOrd<CubeFace> for CubeFace
fn partial_cmp(&self, __arg_0: &CubeFace) -> Option<Ordering>
impl Copy for CubeFace
impl Debug for CubeFace
fn fmt(&self, __arg_0: &mut Formatter) -> Result<(), Error>
Formats the value using the given formatter.