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