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 VMTableDefinition
The address of the table descriptor.
vmctx: *mut VMContext
Pointer to the containing VMContext
.
table: TablePlan
The 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]