Struct wasmtime_runtime::VMGlobalImport [−][src]
#[repr(C)]pub struct VMGlobalImport { pub from: *mut VMGlobalDefinition, }
Expand description
The fields compiled code needs to access to utilize a WebAssembly global variable imported from another instance.
Fields
from: *mut VMGlobalDefinitionA pointer to the imported global variable description.
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for VMGlobalImportimpl Unpin for VMGlobalImportimpl UnwindSafe for VMGlobalImportBlanket Implementations
Mutably borrows from an owned value. Read more
pub fn vzip(self) -> V