Enum gfx::state::CullFace [] [src]

pub enum CullFace {
    Nothing,
    Front,
    Back,
}

Which face, if any, to cull.

Variants

Trait Implementations

impl PartialOrd<CullFace> for CullFace
[src]

impl Copy for CullFace
[src]

impl Ord for CullFace
[src]

impl Eq for CullFace
[src]

impl Hash for CullFace
[src]

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

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

impl PartialEq<CullFace> for CullFace
[src]

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

This method tests for !=.

impl Debug for CullFace
[src]

Formats the value using the given formatter.

impl Clone for CullFace
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more