Struct wasmtime_runtime::ExportTable
source · pub struct ExportTable {
pub definition: *mut VMTableDefinition,
pub vmctx: *mut VMContext,
pub table: TablePlan,
}
Expand description
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§
source§impl Clone for ExportTable
impl Clone for ExportTable
source§fn clone(&self) -> ExportTable
fn clone(&self) -> ExportTable
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moresource§impl Debug for ExportTable
impl Debug for ExportTable
source§impl From<ExportTable> for Export
impl From<ExportTable> for Export
source§fn from(func: ExportTable) -> Export
fn from(func: ExportTable) -> Export
Converts to this type from the input type.
impl Send for ExportTable
impl Sync for ExportTable
Auto Trait Implementations§
impl Freeze for ExportTable
impl RefUnwindSafe for ExportTable
impl Unpin for ExportTable
impl UnwindSafe for ExportTable
Blanket Implementations§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more
source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
source§default unsafe fn clone_to_uninit(&self, dst: *mut T)
default unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)