Struct wasmtime_runtime::MemoryImage
source · pub struct MemoryImage { /* private fields */ }Expand description
One backing image for one memory.
Trait Implementations§
source§impl Debug for MemoryImage
impl Debug for MemoryImage
source§impl PartialEq<MemoryImage> for MemoryImage
impl PartialEq<MemoryImage> for MemoryImage
source§fn eq(&self, other: &MemoryImage) -> bool
fn eq(&self, other: &MemoryImage) -> bool
This method tests for
self and other values to be equal, and is used
by ==.