Enum gfx::texture::CubeFace [] [src]

#[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 Ord for CubeFace
[src]

[src]

impl Copy for CubeFace
[src]

impl Clone for CubeFace
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl PartialOrd<CubeFace> for CubeFace
[src]

[src]

impl Hash for CubeFace
[src]

[src]

Feeds this value into the given [Hasher]. Read more

1.3.0
[src]

Feeds a slice of this type into the given [Hasher]. Read more

impl PartialEq<CubeFace> for CubeFace
[src]

[src]

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

1.0.0
[src]

This method tests for !=.

impl Debug for CubeFace
[src]

[src]

Formats the value using the given formatter.

impl Eq for CubeFace
[src]