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
Tests for
self
and other
values to be equal, and is used by ==
.Source§impl PartialOrd for DisplacementMicromapFormatNV
impl PartialOrd for DisplacementMicromapFormatNV
impl 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
Source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
Source§unsafe fn clone_to_uninit(&self, dst: *mut T)
unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)