pub struct VmCtx { /* private fields */ }Expand description
An encapsulated struct containing the vital processor data and intercommunication.
Trait Implementations§
Auto Trait Implementations§
impl !Freeze for VmCtx
impl RefUnwindSafe for VmCtx
impl !Send for VmCtx
impl !Sync for VmCtx
impl Unpin for VmCtx
impl UnwindSafe for VmCtx
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