Struct ash::vk::SamplerReductionMode  
source · pub struct SamplerReductionMode(/* private fields */);Expand description
Implementations§
source§impl SamplerReductionMode
 
impl SamplerReductionMode
Generated from ‘VK_EXT_sampler_filter_minmax’
Trait Implementations§
source§impl Clone for SamplerReductionMode
 
impl Clone for SamplerReductionMode
source§fn clone(&self) -> SamplerReductionMode
 
fn clone(&self) -> SamplerReductionMode
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 SamplerReductionMode
 
impl Debug for SamplerReductionMode
source§impl Default for SamplerReductionMode
 
impl Default for SamplerReductionMode
source§fn default() -> SamplerReductionMode
 
fn default() -> SamplerReductionMode
Returns the “default value” for a type. Read more
source§impl Hash for SamplerReductionMode
 
impl Hash for SamplerReductionMode
source§impl Ord for SamplerReductionMode
 
impl Ord for SamplerReductionMode
source§fn cmp(&self, other: &SamplerReductionMode) -> Ordering
 
fn cmp(&self, other: &SamplerReductionMode) -> 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 SamplerReductionMode
 
impl PartialEq for SamplerReductionMode
source§fn eq(&self, other: &SamplerReductionMode) -> bool
 
fn eq(&self, other: &SamplerReductionMode) -> bool
This method tests for 
self and other values to be equal, and is used
by ==.source§impl PartialOrd for SamplerReductionMode
 
impl PartialOrd for SamplerReductionMode
source§fn partial_cmp(&self, other: &SamplerReductionMode) -> Option<Ordering>
 
fn partial_cmp(&self, other: &SamplerReductionMode) -> 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 SamplerReductionMode
impl Eq for SamplerReductionMode
impl StructuralEq for SamplerReductionMode
impl StructuralPartialEq for SamplerReductionMode
Auto Trait Implementations§
impl RefUnwindSafe for SamplerReductionMode
impl Send for SamplerReductionMode
impl Sync for SamplerReductionMode
impl Unpin for SamplerReductionMode
impl UnwindSafe for SamplerReductionMode
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