Struct wasmtime_runtime::VMGlobalImport [−][src]
#[repr(C)]pub struct VMGlobalImport { pub from: *mut VMGlobalDefinition, }
The fields compiled code needs to access to utilize a WebAssembly global variable imported from another instance.
Fields
from: *mut VMGlobalDefinition
A pointer to the imported global variable description.
Trait Implementations
impl Clone for VMGlobalImport
[src]
impl Clone for VMGlobalImport
[src]