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