pub struct PointerAddress(/* private fields */);Implementations§
Trait Implementations§
Source§impl Clone for PointerAddress
impl Clone for PointerAddress
Source§fn clone(&self) -> PointerAddress
fn clone(&self) -> PointerAddress
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 Hash for PointerAddress
impl Hash for PointerAddress
Source§impl PartialEq for PointerAddress
impl PartialEq for PointerAddress
impl Copy for PointerAddress
impl Eq for PointerAddress
impl StructuralPartialEq for PointerAddress
Auto Trait Implementations§
impl Freeze for PointerAddress
impl RefUnwindSafe for PointerAddress
impl Send for PointerAddress
impl Sync for PointerAddress
impl Unpin for PointerAddress
impl UnwindSafe for PointerAddress
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
Source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
Source§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
Source§fn equivalent(&self, key: &K) -> bool
fn equivalent(&self, key: &K) -> bool
Compare self to
key and return true if they are equal.