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