#[repr(transparent)]pub struct TriangleIntersectionTestType(pub usize);Tuple Fields§
§0: usizeImplementations§
Trait Implementations§
Source§impl Clone for TriangleIntersectionTestType
impl Clone for TriangleIntersectionTestType
Source§fn clone(&self) -> TriangleIntersectionTestType
fn clone(&self) -> TriangleIntersectionTestType
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · 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 TriangleIntersectionTestType
impl Debug for TriangleIntersectionTestType
Source§impl Default for TriangleIntersectionTestType
impl Default for TriangleIntersectionTestType
Source§fn default() -> TriangleIntersectionTestType
fn default() -> TriangleIntersectionTestType
Returns the “default value” for a type. Read more
Source§impl From<TriangleIntersectionTestType> for usize
impl From<TriangleIntersectionTestType> for usize
Source§fn from(value: TriangleIntersectionTestType) -> Self
fn from(value: TriangleIntersectionTestType) -> Self
Converts to this type from the input type.
Source§impl From<usize> for TriangleIntersectionTestType
impl From<usize> for TriangleIntersectionTestType
Source§impl Hash for TriangleIntersectionTestType
impl Hash for TriangleIntersectionTestType
Source§impl Ord for TriangleIntersectionTestType
impl Ord for TriangleIntersectionTestType
Source§fn cmp(&self, other: &TriangleIntersectionTestType) -> Ordering
fn cmp(&self, other: &TriangleIntersectionTestType) -> Ordering
1.21.0 (const: unstable) · 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 TriangleIntersectionTestType
impl PartialEq for TriangleIntersectionTestType
Source§fn eq(&self, other: &TriangleIntersectionTestType) -> bool
fn eq(&self, other: &TriangleIntersectionTestType) -> bool
Tests for
self and other values to be equal, and is used by ==.Source§impl PartialOrd for TriangleIntersectionTestType
impl PartialOrd for TriangleIntersectionTestType
impl Copy for TriangleIntersectionTestType
impl Eq for TriangleIntersectionTestType
impl StructuralPartialEq for TriangleIntersectionTestType
Auto Trait Implementations§
impl Freeze for TriangleIntersectionTestType
impl RefUnwindSafe for TriangleIntersectionTestType
impl Send for TriangleIntersectionTestType
impl Sync for TriangleIntersectionTestType
impl Unpin for TriangleIntersectionTestType
impl UnsafeUnpin for TriangleIntersectionTestType
impl UnwindSafe for TriangleIntersectionTestType
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