Enum wasmer_vm::VMExtern [−][src]
pub enum VMExtern { Function(VMFunction), Table(VMTable), Memory(VMMemory), Global(VMGlobal), }
Expand description
The value of an export passed from one instance to another.
Variants
Function(VMFunction)
A function export value.
Table(VMTable)
A table export value.
Memory(VMMemory)
A memory export value.
Global(VMGlobal)
A global export value.
Trait Implementations
Performs the conversion.
Auto Trait Implementations
impl !RefUnwindSafe for VMExtern
impl !UnwindSafe for VMExtern
Blanket Implementations
type ArchivedMetadata = ()
type ArchivedMetadata = ()
The archived version of the pointer metadata for this type.
pub fn pointer_metadata(
&<T as ArchivePointee>::ArchivedMetadata
) -> <T as Pointee>::Metadata
pub fn pointer_metadata(
&<T as ArchivePointee>::ArchivedMetadata
) -> <T as Pointee>::Metadata
Converts some archived metadata to the pointer metadata for itself.
Mutably borrows from an owned value. Read more