Struct wasmtime_environ::TableElements [−][src]
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
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