Struct wasmtime_runtime::MemoryImage
source · [−]pub struct MemoryImage { /* private fields */ }
Expand description
One backing image for one memory.
Trait Implementations
sourceimpl Debug for MemoryImage
impl Debug for MemoryImage
sourceimpl PartialEq<MemoryImage> for MemoryImage
impl PartialEq<MemoryImage> for MemoryImage
sourcefn 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 ==
. Read more
sourcefn ne(&self, other: &MemoryImage) -> bool
fn ne(&self, other: &MemoryImage) -> bool
This method tests for !=
.
impl StructuralPartialEq for MemoryImage
Auto Trait Implementations
impl RefUnwindSafe for MemoryImage
impl Send for MemoryImage
impl Sync for MemoryImage
impl Unpin for MemoryImage
impl UnwindSafe for MemoryImage
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more