pub enum FrontFace {
Clockwise,
CounterClockwise,
}
Expand description
The front face winding order of a set of vertices. This is the order of vertexes that define which side of a face is the “front”.
Variants§
Trait Implementations§
Source§impl Ord for FrontFace
impl Ord for FrontFace
Source§impl PartialOrd for FrontFace
impl PartialOrd for FrontFace
impl Copy for FrontFace
impl Eq for FrontFace
impl StructuralPartialEq for FrontFace
Auto Trait Implementations§
impl Freeze for FrontFace
impl RefUnwindSafe for FrontFace
impl Send for FrontFace
impl Sync for FrontFace
impl Unpin for FrontFace
impl UnwindSafe for FrontFace
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more