#[repr(i32)]pub enum StencilOp {
Keep = 1,
Zero = 2,
Replace = 3,
IncrSat = 4,
DecrSat = 5,
Invert = 6,
Incr = 7,
Dec = 8,
}Variants§
Trait Implementations§
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