Struct wasmtime_runtime::ExportTable [−][src]
pub struct ExportTable {
pub definition: *mut VMTableDefinition,
pub vmctx: *mut VMContext,
pub table: TablePlan,
}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
impl Clone for ExportTable[src]
impl Clone for ExportTable[src]fn clone(&self) -> ExportTable[src]
pub fn clone_from(&mut self, source: &Self)1.0.0[src]
impl<'a> From<ExportTable> for Export<'a>[src]
impl<'a> From<ExportTable> for Export<'a>[src]