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