VMExternMemory

Type Alias VMExternMemory 

Source
pub type VMExternMemory = InternalStoreHandle<VMMemory>;
Expand description

The type of extern memories in the sys VM.

Aliased Typeยง

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