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