pub struct StencilOp(/* private fields */);
Expand description
Implementations§
source§impl StencilOp
impl StencilOp
pub const KEEP: Self = _
pub const ZERO: Self = _
pub const REPLACE: Self = _
pub const INCREMENT_AND_CLAMP: Self = _
pub const DECREMENT_AND_CLAMP: Self = _
pub const INVERT: Self = _
pub const INCREMENT_AND_WRAP: Self = _
pub const DECREMENT_AND_WRAP: Self = _
Trait Implementations§
source§impl Ord for StencilOp
impl Ord for StencilOp
source§impl PartialEq for StencilOp
impl PartialEq for StencilOp
source§impl PartialOrd for StencilOp
impl PartialOrd for StencilOp
1.0.0 · source§fn le(&self, other: &Rhs) -> bool
fn le(&self, other: &Rhs) -> bool
This method tests less than or equal to (for
self
and other
) and is used by the <=
operator. Read moreimpl Copy for StencilOp
impl Eq for StencilOp
impl StructuralPartialEq for StencilOp
Auto Trait Implementations§
impl Freeze for StencilOp
impl RefUnwindSafe for StencilOp
impl Send for StencilOp
impl Sync for StencilOp
impl Unpin for StencilOp
impl UnwindSafe for StencilOp
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