pub struct PtrSizedInt { /* private fields */ }Implementations§
Trait Implementations§
Source§impl Clone for PtrSizedInt
impl Clone for PtrSizedInt
Source§fn clone(&self) -> PtrSizedInt
fn clone(&self) -> PtrSizedInt
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 moreimpl Copy for PtrSizedInt
Source§impl Debug for PtrSizedInt
impl Debug for PtrSizedInt
impl Eq for PtrSizedInt
Source§impl From<usize> for PtrSizedInt
impl From<usize> for PtrSizedInt
Source§impl Hash for PtrSizedInt
impl Hash for PtrSizedInt
Source§impl Ord for PtrSizedInt
impl Ord for PtrSizedInt
Source§fn cmp(&self, other: &PtrSizedInt) -> Ordering
fn cmp(&self, other: &PtrSizedInt) -> 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
1.21.0 (const: unstable) · Source§fn min(self, other: Self) -> Selfwhere
Self: Sized,
fn min(self, other: Self) -> Selfwhere
Self: Sized,
Compares and returns the minimum of two values. Read more
Source§impl PartialEq for PtrSizedInt
impl PartialEq for PtrSizedInt
Source§impl PartialOrd for PtrSizedInt
impl PartialOrd for PtrSizedInt
impl StructuralPartialEq for PtrSizedInt
Auto Trait Implementations§
impl Freeze for PtrSizedInt
impl RefUnwindSafe for PtrSizedInt
impl Send for PtrSizedInt
impl Sync for PtrSizedInt
impl Unpin for PtrSizedInt
impl UnsafeUnpin for PtrSizedInt
impl UnwindSafe for PtrSizedInt
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