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