pub struct MemAddr(usize);Expand description
An address to a memory instance that lives in a specific Store.
Tuple Fields§
§0: usizeTrait Implementations§
Source§impl Addr for MemAddr
impl Addr for MemAddr
fn new_unchecked(inner: usize) -> Self
fn into_inner(self) -> usize
impl Copy for MemAddr
impl Eq for MemAddr
impl StructuralPartialEq for MemAddr
Auto Trait Implementations§
impl Freeze for MemAddr
impl RefUnwindSafe for MemAddr
impl Send for MemAddr
impl Sync for MemAddr
impl Unpin for MemAddr
impl UnwindSafe for MemAddr
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