pub struct ReversePointer { /* private fields */ }Expand description
Pointer to a location where an offset should be written to.
Implementations§
Trait Implementations§
Source§impl Clone for ReversePointer
impl Clone for ReversePointer
Source§fn clone(&self) -> ReversePointer
fn clone(&self) -> ReversePointer
Returns a duplicate of the value. Read more
1.0.0 · 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 ReversePointer
impl Debug for ReversePointer
impl Copy for ReversePointer
Auto Trait Implementations§
impl Freeze for ReversePointer
impl RefUnwindSafe for ReversePointer
impl Send for ReversePointer
impl Sync for ReversePointer
impl Unpin for ReversePointer
impl UnsafeUnpin for ReversePointer
impl UnwindSafe for ReversePointer
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