pub struct VmEventVmExit {
pub reason: u64,
pub qualification: u64,
}
Fields§
§reason: u64
§qualification: u64
Trait Implementations§
Source§impl Debug for VmEventVmExit
impl Debug for VmEventVmExit
Source§impl From<VmEventVmExit> for vm_event_vmexit
impl From<VmEventVmExit> for vm_event_vmexit
Source§fn from(value: VmEventVmExit) -> Self
fn from(value: VmEventVmExit) -> Self
Converts to this type from the input type.
Source§impl From<vm_event_vmexit> for VmEventVmExit
impl From<vm_event_vmexit> for VmEventVmExit
Source§fn from(value: vm_event_vmexit) -> Self
fn from(value: vm_event_vmexit) -> Self
Converts to this type from the input type.
Auto Trait Implementations§
impl Freeze for VmEventVmExit
impl RefUnwindSafe for VmEventVmExit
impl Send for VmEventVmExit
impl Sync for VmEventVmExit
impl Unpin for VmEventVmExit
impl UnwindSafe for VmEventVmExit
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