Struct wasmtime_environ::TableElements [−][src]
pub struct TableElements { pub table_index: TableIndex, pub base: Option<GlobalIndex>, pub offset: usize, pub elements: Box<[FuncIndex]>, }
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: Box<[FuncIndex]>
The values to write into the table elements.
Trait Implementations
impl Clone for TableElements
[src]
impl Clone for TableElements
[src]fn clone(&self) -> TableElements
[src]
pub fn clone_from(&mut self, source: &Self)
1.0.0[src]
impl<'de> Deserialize<'de> for TableElements
[src]
impl<'de> Deserialize<'de> for TableElements
[src]fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error> where
__D: Deserializer<'de>,
[src]
__D: Deserializer<'de>,
impl Hash for TableElements
[src]
impl Hash for TableElements
[src]impl Serialize for TableElements
[src]
impl Serialize for TableElements
[src]Auto Trait Implementations
impl RefUnwindSafe for TableElements
impl Send for TableElements
impl Sync for TableElements
impl Unpin for TableElements
impl UnwindSafe for TableElements
Blanket Implementations
impl<T> CallHasher for T where
T: Hash,
[src]
impl<T> CallHasher for T where
T: Hash,
[src]impl<T> DeserializeOwned for T where
T: for<'de> Deserialize<'de>,
[src]
T: for<'de> Deserialize<'de>,