Struct ash::vk::CoarseSampleOrderTypeNV
source · pub struct CoarseSampleOrderTypeNV(/* private fields */);
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 for CoarseSampleOrderTypeNV
impl PartialEq 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 for CoarseSampleOrderTypeNV
impl PartialOrd 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 moreimpl Copy for CoarseSampleOrderTypeNV
impl Eq for CoarseSampleOrderTypeNV
impl StructuralPartialEq for CoarseSampleOrderTypeNV
Auto Trait Implementations§
impl Freeze for CoarseSampleOrderTypeNV
impl RefUnwindSafe for CoarseSampleOrderTypeNV
impl Send for CoarseSampleOrderTypeNV
impl Sync for CoarseSampleOrderTypeNV
impl Unpin for CoarseSampleOrderTypeNV
impl UnwindSafe for CoarseSampleOrderTypeNV
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