Struct ash::vk::SamplerReductionMode
source · #[repr(transparent)]pub struct SamplerReductionMode(_);
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<SamplerReductionMode> for SamplerReductionMode
impl PartialEq<SamplerReductionMode> 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<SamplerReductionMode> for SamplerReductionMode
impl PartialOrd<SamplerReductionMode> 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 more