pub enum GlCullFaceMode {
Front,
Back,
FrontAndBack,
}Variants§
Trait Implementations§
Source§impl Clone for GlCullFaceMode
impl Clone for GlCullFaceMode
Source§fn clone(&self) -> GlCullFaceMode
fn clone(&self) -> GlCullFaceMode
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 GlCullFaceMode
impl Debug for GlCullFaceMode
Source§impl PartialEq for GlCullFaceMode
impl PartialEq for GlCullFaceMode
Source§fn eq(&self, other: &GlCullFaceMode) -> bool
fn eq(&self, other: &GlCullFaceMode) -> bool
Tests for
self and other values to be equal, and is used by ==.impl Copy for GlCullFaceMode
impl Eq for GlCullFaceMode
impl StructuralPartialEq for GlCullFaceMode
Auto Trait Implementations§
impl Freeze for GlCullFaceMode
impl RefUnwindSafe for GlCullFaceMode
impl Send for GlCullFaceMode
impl Sync for GlCullFaceMode
impl Unpin for GlCullFaceMode
impl UnsafeUnpin for GlCullFaceMode
impl UnwindSafe for GlCullFaceMode
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