#[repr(C)]pub struct ForkableMemory { /* private fields */ }Expand description
Linear memory used between Guest and VM.
Implementations§
Trait Implementations§
Source§impl Drop for ForkableMemory
impl Drop for ForkableMemory
Auto Trait Implementations§
impl Freeze for ForkableMemory
impl RefUnwindSafe for ForkableMemory
impl !Send for ForkableMemory
impl !Sync for ForkableMemory
impl Unpin for ForkableMemory
impl UnwindSafe for ForkableMemory
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