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