Expand description
Extra data associated with the table.init
instruction
Fields
table: Index<'a>
The index of the table we’re copying into.
elem: Index<'a>
The index of the element segment we’re copying into a table.
Trait Implementations
Auto Trait Implementations
impl<'a> RefUnwindSafe for TableInit<'a>
impl<'a> Send for TableInit<'a>
impl<'a> Sync for TableInit<'a>
impl<'a> Unpin for TableInit<'a>
impl<'a> UnwindSafe for TableInit<'a>
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more