pub enum CullFace {
Nothing,
Front,
Back,
}Expand description
Which face, if any, to cull.
Variants§
Trait Implementations§
Source§impl Ord for CullFace
impl Ord for CullFace
Source§impl PartialOrd for CullFace
impl PartialOrd for CullFace
impl Copy for CullFace
impl Eq for CullFace
impl StructuralPartialEq for CullFace
Auto Trait Implementations§
impl Freeze for CullFace
impl RefUnwindSafe for CullFace
impl Send for CullFace
impl Sync for CullFace
impl Unpin for CullFace
impl UnwindSafe for CullFace
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