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
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