Struct wasmtime_environ::TableElements [−][src]
pub struct TableElements { pub table_index: TableIndex, pub base: Option<GlobalIndex>, pub offset: usize, pub elements: Vec<FunctionIndex>, }
A WebAssembly table initializer.
Fields
table_index: TableIndex
The index of a table to initialize.
base: Option<GlobalIndex>
Optionally, a global variable giving a base index.
offset: usize
The offset to add to the base.
elements: Vec<FunctionIndex>
The values to write into the table elements.
Trait Implementations
impl Clone for TableElements
[src]
impl Clone for TableElements
fn clone(&self) -> TableElements
[src]
fn clone(&self) -> TableElements
Returns a copy of the value. Read more
fn clone_from(&mut self, source: &Self)
1.0.0[src]
fn clone_from(&mut self, source: &Self)
1.0.0
[src]Performs copy-assignment from source
. Read more
impl Debug for TableElements
[src]
impl Debug for TableElements
Auto Trait Implementations
impl Send for TableElements
impl Send for TableElements
impl Sync for TableElements
impl Sync for TableElements