Type Alias VMExternGlobal

Source
pub type VMExternGlobal = InternalStoreHandle<VMGlobal>;
Expand description

The type of extern globals in the sys VM.

Aliased Typeยง

#[repr(transparent)]
pub struct VMExternGlobal { /* private fields */ }