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