pub enum GlFrontFaceWinding {
Clockwise,
CounterClockwise,
}Variants§
Trait Implementations§
Source§impl Clone for GlFrontFaceWinding
impl Clone for GlFrontFaceWinding
Source§fn clone(&self) -> GlFrontFaceWinding
fn clone(&self) -> GlFrontFaceWinding
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for GlFrontFaceWinding
impl Debug for GlFrontFaceWinding
Source§impl PartialEq for GlFrontFaceWinding
impl PartialEq for GlFrontFaceWinding
Source§fn eq(&self, other: &GlFrontFaceWinding) -> bool
fn eq(&self, other: &GlFrontFaceWinding) -> bool
Tests for
self and other values to be equal, and is used by ==.impl Copy for GlFrontFaceWinding
impl Eq for GlFrontFaceWinding
impl StructuralPartialEq for GlFrontFaceWinding
Auto Trait Implementations§
impl Freeze for GlFrontFaceWinding
impl RefUnwindSafe for GlFrontFaceWinding
impl Send for GlFrontFaceWinding
impl Sync for GlFrontFaceWinding
impl Unpin for GlFrontFaceWinding
impl UnsafeUnpin for GlFrontFaceWinding
impl UnwindSafe for GlFrontFaceWinding
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