Enum wasmer_engine::Export [−][src]
pub enum Export {
Function(ExportFunction),
Table(VMTable),
Memory(VMMemory),
Global(VMGlobal),
}Expand description
The value of an export passed from one instance to another.
Variants
Function(ExportFunction)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 Exportimpl !UnwindSafe for ExportBlanket 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>::MetadataConverts some archived metadata to the pointer metadata for itself.
Mutably borrows from an owned value. Read more