Struct wasmtime_runtime::ExportTable [−][src]
pub struct ExportTable {
pub definition: *mut VMTableDefinition,
pub vmctx: *mut VMContext,
pub table: TablePlan,
}Expand description
A table export value.
Fields
definition: *mut VMTableDefinitionThe address of the table descriptor.
vmctx: *mut VMContextPointer to the containing VMContext.
table: TablePlanThe table declaration, used for compatibilty checking.
Trait Implementations
Performs the conversion.
Auto Trait Implementations
Blanket Implementations
Mutably borrows from an owned value. Read more