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