Struct ash::vk::CoarseSampleOrderTypeNV
source · #[repr(transparent)]pub struct CoarseSampleOrderTypeNV(_);
Expand description
Implementations§
source§impl CoarseSampleOrderTypeNV
impl CoarseSampleOrderTypeNV
pub const DEFAULT: Self = _
pub const CUSTOM: Self = _
pub const PIXEL_MAJOR: Self = _
pub const SAMPLE_MAJOR: Self = _
Trait Implementations§
source§impl Clone for CoarseSampleOrderTypeNV
impl Clone for CoarseSampleOrderTypeNV
source§fn clone(&self) -> CoarseSampleOrderTypeNV
fn clone(&self) -> CoarseSampleOrderTypeNV
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 CoarseSampleOrderTypeNV
impl Debug for CoarseSampleOrderTypeNV
source§impl Default for CoarseSampleOrderTypeNV
impl Default for CoarseSampleOrderTypeNV
source§fn default() -> CoarseSampleOrderTypeNV
fn default() -> CoarseSampleOrderTypeNV
Returns the “default value” for a type. Read more
source§impl Hash for CoarseSampleOrderTypeNV
impl Hash for CoarseSampleOrderTypeNV
source§impl Ord for CoarseSampleOrderTypeNV
impl Ord for CoarseSampleOrderTypeNV
source§fn cmp(&self, other: &CoarseSampleOrderTypeNV) -> Ordering
fn cmp(&self, other: &CoarseSampleOrderTypeNV) -> 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<CoarseSampleOrderTypeNV> for CoarseSampleOrderTypeNV
impl PartialEq<CoarseSampleOrderTypeNV> for CoarseSampleOrderTypeNV
source§fn eq(&self, other: &CoarseSampleOrderTypeNV) -> bool
fn eq(&self, other: &CoarseSampleOrderTypeNV) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.source§impl PartialOrd<CoarseSampleOrderTypeNV> for CoarseSampleOrderTypeNV
impl PartialOrd<CoarseSampleOrderTypeNV> for CoarseSampleOrderTypeNV
source§fn partial_cmp(&self, other: &CoarseSampleOrderTypeNV) -> Option<Ordering>
fn partial_cmp(&self, other: &CoarseSampleOrderTypeNV) -> 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