pub struct TableInit<'a> {
pub table: Index<'a>,
pub elem: Index<'a>,
}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> Freeze for TableInit<'a>
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§
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