Struct ash::vk::CoverageReductionModeNV
source · pub struct CoverageReductionModeNV(/* private fields */);
Expand description
Implementations§
Trait Implementations§
source§impl Clone for CoverageReductionModeNV
impl Clone for CoverageReductionModeNV
source§fn clone(&self) -> CoverageReductionModeNV
fn clone(&self) -> CoverageReductionModeNV
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moresource§impl Debug for CoverageReductionModeNV
impl Debug for CoverageReductionModeNV
source§impl Default for CoverageReductionModeNV
impl Default for CoverageReductionModeNV
source§fn default() -> CoverageReductionModeNV
fn default() -> CoverageReductionModeNV
Returns the “default value” for a type. Read more
source§impl Hash for CoverageReductionModeNV
impl Hash for CoverageReductionModeNV
source§impl Ord for CoverageReductionModeNV
impl Ord for CoverageReductionModeNV
source§fn cmp(&self, other: &CoverageReductionModeNV) -> Ordering
fn cmp(&self, other: &CoverageReductionModeNV) -> Ordering
1.21.0 · source§fn max(self, other: Self) -> Selfwhere
Self: Sized,
fn max(self, other: Self) -> Selfwhere
Self: Sized,
Compares and returns the maximum of two values. Read more
source§impl PartialEq for CoverageReductionModeNV
impl PartialEq for CoverageReductionModeNV
source§fn eq(&self, other: &CoverageReductionModeNV) -> bool
fn eq(&self, other: &CoverageReductionModeNV) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.source§impl PartialOrd for CoverageReductionModeNV
impl PartialOrd for CoverageReductionModeNV
source§fn partial_cmp(&self, other: &CoverageReductionModeNV) -> Option<Ordering>
fn partial_cmp(&self, other: &CoverageReductionModeNV) -> Option<Ordering>
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 moreimpl Copy for CoverageReductionModeNV
impl Eq for CoverageReductionModeNV
impl StructuralPartialEq for CoverageReductionModeNV
Auto Trait Implementations§
impl Freeze for CoverageReductionModeNV
impl RefUnwindSafe for CoverageReductionModeNV
impl Send for CoverageReductionModeNV
impl Sync for CoverageReductionModeNV
impl Unpin for CoverageReductionModeNV
impl UnwindSafe for CoverageReductionModeNV
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