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 duplicate 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§impl PartialOrd for CoverageReductionModeNV
 
impl PartialOrd for CoverageReductionModeNV
impl 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