pub struct TableAddr(usize);Expand description
An address to a table instance that lives in a specific Store.
Tuple Fields§
§0: usizeTrait Implementations§
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