pub struct U64Pointer { /* private fields */ }
Expand description
Pointer to u64
data.
This structure is more ‘holder’ of u64
than ‘pointer’.
It exists only to provide interface which is consistent with HeapPointer
and
can get safe access to current value of u64
data.
Implementations§
Trait Implementations§
Source§impl Clone for U64Pointer
impl Clone for U64Pointer
Source§impl Debug for U64Pointer
impl Debug for U64Pointer
impl Send for U64Pointer
impl Sync for U64Pointer
Auto Trait Implementations§
impl !Freeze for U64Pointer
impl RefUnwindSafe for U64Pointer
impl Unpin for U64Pointer
impl UnwindSafe for U64Pointer
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