#[repr(transparent)]pub struct StencilOp(_);
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<StencilOp> for StencilOp
impl PartialEq<StencilOp> for StencilOp
source§impl PartialOrd<StencilOp> for StencilOp
impl PartialOrd<StencilOp> 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 more