pub struct CompressedTriangleFormatAMDX(/* private fields */);Expand description
Implementations§
Trait Implementations§
Source§impl Clone for CompressedTriangleFormatAMDX
impl Clone for CompressedTriangleFormatAMDX
Source§fn clone(&self) -> CompressedTriangleFormatAMDX
fn clone(&self) -> CompressedTriangleFormatAMDX
Returns a duplicate 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 CompressedTriangleFormatAMDX
impl Debug for CompressedTriangleFormatAMDX
Source§impl Default for CompressedTriangleFormatAMDX
impl Default for CompressedTriangleFormatAMDX
Source§fn default() -> CompressedTriangleFormatAMDX
fn default() -> CompressedTriangleFormatAMDX
Returns the “default value” for a type. Read more
Source§impl Hash for CompressedTriangleFormatAMDX
impl Hash for CompressedTriangleFormatAMDX
Source§impl Ord for CompressedTriangleFormatAMDX
impl Ord for CompressedTriangleFormatAMDX
Source§fn cmp(&self, other: &CompressedTriangleFormatAMDX) -> Ordering
fn cmp(&self, other: &CompressedTriangleFormatAMDX) -> 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 CompressedTriangleFormatAMDX
impl PartialEq for CompressedTriangleFormatAMDX
Source§fn eq(&self, other: &CompressedTriangleFormatAMDX) -> bool
fn eq(&self, other: &CompressedTriangleFormatAMDX) -> bool
Tests for
self and other values to be equal, and is used by ==.Source§impl PartialOrd for CompressedTriangleFormatAMDX
impl PartialOrd for CompressedTriangleFormatAMDX
impl Copy for CompressedTriangleFormatAMDX
impl Eq for CompressedTriangleFormatAMDX
impl StructuralPartialEq for CompressedTriangleFormatAMDX
Auto Trait Implementations§
impl Freeze for CompressedTriangleFormatAMDX
impl RefUnwindSafe for CompressedTriangleFormatAMDX
impl Send for CompressedTriangleFormatAMDX
impl Sync for CompressedTriangleFormatAMDX
impl Unpin for CompressedTriangleFormatAMDX
impl UnwindSafe for CompressedTriangleFormatAMDX
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