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