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