Enum graphics::draw_state::Stencil
source · Expand description
Stencil buffer settings.
Variants
Clip(u8)
Draw to stencil buffer.
Inside(u8)
Draw pixels that have stencil value.
Outside(u8)
Draw pixels that does not have stencil value.
Trait Implementations
sourceimpl PartialOrd<Stencil> for Stencil
impl PartialOrd<Stencil> for Stencil
sourcefn partial_cmp(&self, other: &Stencil) -> Option<Ordering>
fn partial_cmp(&self, other: &Stencil) -> Option<Ordering>
1.0.0 · sourcefn 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 Stencil
impl StructuralPartialEq for Stencil
Auto Trait Implementations
impl RefUnwindSafe for Stencil
impl Send for Stencil
impl Sync for Stencil
impl Unpin for Stencil
impl UnwindSafe for Stencil
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more