pub struct VmEventDebug {
pub gfn: u64,
pub pending_dbg: u64,
pub insn_length: u32,
pub typ: XenX86EventType,
}
Fields§
§gfn: u64
§pending_dbg: u64
§insn_length: u32
§typ: XenX86EventType
Trait Implementations§
Source§impl Debug for VmEventDebug
impl Debug for VmEventDebug
Source§impl From<VmEventDebug> for vm_event_debug
impl From<VmEventDebug> for vm_event_debug
Source§fn from(value: VmEventDebug) -> Self
fn from(value: VmEventDebug) -> Self
Converts to this type from the input type.
Source§impl From<vm_event_debug> for VmEventDebug
impl From<vm_event_debug> for VmEventDebug
Source§fn from(value: vm_event_debug) -> Self
fn from(value: vm_event_debug) -> Self
Converts to this type from the input type.
Auto Trait Implementations§
impl Freeze for VmEventDebug
impl RefUnwindSafe for VmEventDebug
impl Send for VmEventDebug
impl Sync for VmEventDebug
impl Unpin for VmEventDebug
impl UnwindSafe for VmEventDebug
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