pub struct Ptr<T> { /* private fields */ }
Implementations§
Trait Implementations§
Source§impl<T> AddAssign<usize> for Ptr<T>
impl<T> AddAssign<usize> for Ptr<T>
Source§fn add_assign(&mut self, rhs: usize)
fn add_assign(&mut self, rhs: usize)
Performs the
+=
operation. Read moreSource§impl<T> Ord for Ptr<T>
impl<T> Ord for Ptr<T>
Source§impl<T> PartialOrd for Ptr<T>
impl<T> PartialOrd for Ptr<T>
Source§impl<T> SubAssign<usize> for Ptr<T>
impl<T> SubAssign<usize> for Ptr<T>
Source§fn sub_assign(&mut self, rhs: usize)
fn sub_assign(&mut self, rhs: usize)
Performs the
-=
operation. Read moreimpl<T> Copy for Ptr<T>
impl<T> Eq for Ptr<T>
Auto Trait Implementations§
impl<T> Freeze for Ptr<T>
impl<T> RefUnwindSafe for Ptr<T>where
T: RefUnwindSafe,
impl<T> !Send for Ptr<T>
impl<T> !Sync for Ptr<T>
impl<T> Unpin for Ptr<T>
impl<T> UnwindSafe for Ptr<T>where
T: RefUnwindSafe,
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