pub struct AxVCpuInnerMut { /* private fields */ }Expand description
Mutable runtime state of a virtual CPU.
This structure contains data that changes during VCpu execution, protected by RefCell for interior mutability.
Auto Trait Implementations§
impl Freeze for AxVCpuInnerMut
impl RefUnwindSafe for AxVCpuInnerMut
impl Send for AxVCpuInnerMut
impl Sync for AxVCpuInnerMut
impl Unpin for AxVCpuInnerMut
impl UnsafeUnpin for AxVCpuInnerMut
impl UnwindSafe for AxVCpuInnerMut
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