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