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

pub enum CullFace {
    Nothing,
    Front,
    Back,
}

Which face, if any, to cull.

Variants

Trait Implementations

impl Ord for CullFace
[src]

[src]

impl Hash for CullFace
[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 Copy for CullFace
[src]

impl Clone for CullFace
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl Eq for CullFace
[src]

impl PartialEq<CullFace> for CullFace
[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 CullFace
[src]

[src]

Formats the value using the given formatter.

impl PartialOrd<CullFace> for CullFace
[src]

[src]