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