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