Enum wasmtime_runtime::TableElement [−][src]
pub enum TableElement {
FuncRef(*mut VMCallerCheckedAnyfunc),
ExternRef(Option<VMExternRef>),
}Expand description
An element going into or coming out of a table.
Table elements are stored as pointers and are default-initialized with ptr::null_mut.
Variants
FuncRef(*mut VMCallerCheckedAnyfunc)
Tuple Fields
A funcref.
ExternRef(Option<VMExternRef>)
Tuple Fields
0: Option<VMExternRef>An exrernref.
Trait Implementations
Performs the conversion.
Performs the conversion.
Performs the conversion.
Auto Trait Implementations
Blanket Implementations
Mutably borrows from an owned value. Read more
