pub struct VcpuDebugStatusMessage {
pub cpu: usize,
pub msg: VcpuDebugStatus,
}Expand description
Pair of a vCPU ID and messages that can be sent from the vCPU to update the state to the debugger.
Fields§
§cpu: usize§msg: VcpuDebugStatusTrait Implementations§
Auto Trait Implementations§
impl Freeze for VcpuDebugStatusMessage
impl RefUnwindSafe for VcpuDebugStatusMessage
impl Send for VcpuDebugStatusMessage
impl Sync for VcpuDebugStatusMessage
impl Unpin for VcpuDebugStatusMessage
impl UnwindSafe for VcpuDebugStatusMessage
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