#[repr(transparent)]pub struct DiscardRectangleModeEXT(_);Expand description
Implementations
sourceimpl DiscardRectangleModeEXT
impl DiscardRectangleModeEXT
pub const INCLUSIVE: DiscardRectangleModeEXT = Self(0)
pub const EXCLUSIVE: DiscardRectangleModeEXT = Self(1)
Trait Implementations
sourceimpl Clone for DiscardRectangleModeEXT
impl Clone for DiscardRectangleModeEXT
sourcefn clone(&self) -> DiscardRectangleModeEXT
fn clone(&self) -> DiscardRectangleModeEXT
Returns a copy of the value. Read more
1.0.0 · sourcefn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from source. Read more
sourceimpl Debug for DiscardRectangleModeEXT
impl Debug for DiscardRectangleModeEXT
sourceimpl Default for DiscardRectangleModeEXT
impl Default for DiscardRectangleModeEXT
sourcefn default() -> DiscardRectangleModeEXT
fn default() -> DiscardRectangleModeEXT
Returns the “default value” for a type. Read more
sourceimpl Hash for DiscardRectangleModeEXT
impl Hash for DiscardRectangleModeEXT
sourceimpl Ord for DiscardRectangleModeEXT
impl Ord for DiscardRectangleModeEXT
sourceimpl PartialEq<DiscardRectangleModeEXT> for DiscardRectangleModeEXT
impl PartialEq<DiscardRectangleModeEXT> for DiscardRectangleModeEXT
sourcefn eq(&self, other: &DiscardRectangleModeEXT) -> bool
fn eq(&self, other: &DiscardRectangleModeEXT) -> bool
This method tests for self and other values to be equal, and is used
by ==. Read more
sourcefn ne(&self, other: &DiscardRectangleModeEXT) -> bool
fn ne(&self, other: &DiscardRectangleModeEXT) -> bool
This method tests for !=.
sourceimpl PartialOrd<DiscardRectangleModeEXT> for DiscardRectangleModeEXT
impl PartialOrd<DiscardRectangleModeEXT> for DiscardRectangleModeEXT
sourcefn partial_cmp(&self, other: &DiscardRectangleModeEXT) -> Option<Ordering>
fn partial_cmp(&self, other: &DiscardRectangleModeEXT) -> Option<Ordering>
This method returns an ordering between self and other values if one exists. Read more
1.0.0 · sourcefn lt(&self, other: &Rhs) -> bool
fn lt(&self, other: &Rhs) -> bool
This method tests less than (for self and other) and is used by the < operator. Read more
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 more
impl Copy for DiscardRectangleModeEXT
impl Eq for DiscardRectangleModeEXT
impl StructuralEq for DiscardRectangleModeEXT
impl StructuralPartialEq for DiscardRectangleModeEXT
Auto Trait Implementations
impl RefUnwindSafe for DiscardRectangleModeEXT
impl Send for DiscardRectangleModeEXT
impl Sync for DiscardRectangleModeEXT
impl Unpin for DiscardRectangleModeEXT
impl UnwindSafe for DiscardRectangleModeEXT
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
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