#[repr(u8)]pub enum ScissorMode {
Disable = 0,
Invert = 1,
Normal = 3,
}Expand description
Scissor test modes.
Variants§
Disable = 0
Disable.
Invert = 1
Exclude pixels inside the scissor box.
Normal = 3
Exclude pixels outside of the scissor box.
Trait Implementations§
Source§impl Clone for ScissorMode
impl Clone for ScissorMode
Source§fn clone(&self) -> ScissorMode
fn clone(&self) -> ScissorMode
Returns a duplicate of the value. Read more
1.0.0§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for ScissorMode
impl Debug for ScissorMode
Source§impl PartialEq for ScissorMode
impl PartialEq for ScissorMode
Source§impl TryFrom<u8> for ScissorMode
impl TryFrom<u8> for ScissorMode
impl Copy for ScissorMode
impl Eq for ScissorMode
impl StructuralPartialEq for ScissorMode
Auto Trait Implementations§
impl Freeze for ScissorMode
impl RefUnwindSafe for ScissorMode
impl Send for ScissorMode
impl Sync for ScissorMode
impl Unpin for ScissorMode
impl UnwindSafe for ScissorMode
Blanket Implementations§
§impl<T> Any for Twhere
T: 'static + ?Sized,
impl<T> Any for Twhere
T: 'static + ?Sized,
§impl<T> Borrow<T> for Twhere
T: ?Sized,
impl<T> Borrow<T> for Twhere
T: ?Sized,
§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more
§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
§unsafe fn clone_to_uninit(&self, dest: *mut u8)
unsafe fn clone_to_uninit(&self, dest: *mut u8)
🔬This is a nightly-only experimental API. (
clone_to_uninit)