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 for MemoryImage
impl PartialEq 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 ==
.impl StructuralPartialEq for MemoryImage
Auto Trait Implementations§
impl Freeze for MemoryImage
impl RefUnwindSafe for MemoryImage
impl Send for MemoryImage
impl Sync for MemoryImage
impl Unpin for MemoryImage
impl UnwindSafe for MemoryImage
Blanket Implementations§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more