Enum gfx::device::state::FrontFace [] [src]

pub enum FrontFace {
    Clockwise,
    CounterClockwise,
}

The front face winding order of a set of vertices.

Variants

Clockwise

Clockwise winding order.

CounterClockwise

Counter-clockwise winding order.

Trait Implementations

Derived Implementations

impl Debug for FrontFace

fn fmt(&self, __arg_0: &mut Formatter) -> Result<(), Error>

impl Clone for FrontFace

fn clone(&self) -> FrontFace

fn clone_from(&mut self, source: &Self)

impl Copy for FrontFace

impl Hash for FrontFace

fn hash<__H>(&self, __arg_0: &mut __H) where __H: Hasher

fn hash_slice<H>(data: &[Self], state: &mut H) where H: Hasher

impl PartialOrd<FrontFace> for FrontFace

fn partial_cmp(&self, __arg_0: &FrontFace) -> Option<Ordering>

fn lt(&self, __arg_0: &FrontFace) -> bool

fn le(&self, __arg_0: &FrontFace) -> bool

fn gt(&self, __arg_0: &FrontFace) -> bool

fn ge(&self, __arg_0: &FrontFace) -> bool

impl PartialEq<FrontFace> for FrontFace

fn eq(&self, __arg_0: &FrontFace) -> bool

fn ne(&self, __arg_0: &FrontFace) -> bool

impl Ord for FrontFace

fn cmp(&self, __arg_0: &FrontFace) -> Ordering

impl Eq for FrontFace