Enum gfx::state::CullFace []

pub enum CullFace {
    Nothing,
    Front,
    Back,
}

Which face, if any, to cull.

Variants

Trait Implementations

impl Debug for CullFace

Formats the value using the given formatter.

impl Hash for CullFace

impl PartialOrd<CullFace> for CullFace

impl PartialEq<CullFace> for CullFace

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

This method tests for !=.

impl Eq for CullFace

impl Copy for CullFace

impl Ord for CullFace

impl Clone for CullFace

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more