Enum graphics::draw_state::state::FrontFace   
                   
                       [−]
                   
               [src]
pub enum FrontFace {
    Clockwise,
    CounterClockwise,
}The front face winding order of a set of vertices.
Variants
ClockwiseClockwise winding order.
CounterClockwiseCounter-clockwise winding order.
Trait Implementations
impl Debug for FrontFace
impl Clone for FrontFace
fn clone(&self) -> FrontFace
Returns a copy of the value. Read more
fn clone_from(&mut self, source: &Self)1.0.0
Performs copy-assignment from source. Read more