pub struct WHV_EXTENDED_VM_EXITS(pub u64);
Tuple Fields§
§0: u64
Implementations§
Source§impl WHV_EXTENDED_VM_EXITS
impl WHV_EXTENDED_VM_EXITS
pub const X64CpuidExit: Self
pub const X64MsrExit: Self
pub const ExceptionExit: Self
pub const X64RdtscExit: Self
pub const X64ApicSmiExitTrap: Self
pub const HypercallExit: Self
pub const X64ApicInitSipiExitTrap: Self
pub const X64ApicWriteLint0ExitTrap: Self
pub const X64ApicWriteLint1ExitTrap: Self
pub const X64ApicWriteSvrExitTrap: Self
pub const UnknownSynicConnection: Self
pub const RetargetUnknownVpciDevice: Self
pub const X64ApicWriteLdrExitTrap: Self
pub const X64ApicWriteDfrExitTrap: Self
pub const GpaAccessFaultExit: Self
Trait Implementations§
Source§impl BitAnd for WHV_EXTENDED_VM_EXITS
impl BitAnd for WHV_EXTENDED_VM_EXITS
Source§impl BitAndAssign for WHV_EXTENDED_VM_EXITS
impl BitAndAssign for WHV_EXTENDED_VM_EXITS
Source§fn bitand_assign(&mut self, rhs: Self)
fn bitand_assign(&mut self, rhs: Self)
Performs the
&=
operation. Read moreSource§impl BitOr for WHV_EXTENDED_VM_EXITS
impl BitOr for WHV_EXTENDED_VM_EXITS
Source§impl BitOrAssign for WHV_EXTENDED_VM_EXITS
impl BitOrAssign for WHV_EXTENDED_VM_EXITS
Source§fn bitor_assign(&mut self, rhs: Self)
fn bitor_assign(&mut self, rhs: Self)
Performs the
|=
operation. Read moreSource§impl Clone for WHV_EXTENDED_VM_EXITS
impl Clone for WHV_EXTENDED_VM_EXITS
Source§fn clone(&self) -> WHV_EXTENDED_VM_EXITS
fn clone(&self) -> WHV_EXTENDED_VM_EXITS
Returns a copy of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moreSource§impl Debug for WHV_EXTENDED_VM_EXITS
impl Debug for WHV_EXTENDED_VM_EXITS
Source§impl Default for WHV_EXTENDED_VM_EXITS
impl Default for WHV_EXTENDED_VM_EXITS
Source§fn default() -> WHV_EXTENDED_VM_EXITS
fn default() -> WHV_EXTENDED_VM_EXITS
Returns the “default value” for a type. Read more
Source§impl Not for WHV_EXTENDED_VM_EXITS
impl Not for WHV_EXTENDED_VM_EXITS
Source§impl PartialEq for WHV_EXTENDED_VM_EXITS
impl PartialEq for WHV_EXTENDED_VM_EXITS
impl Copy for WHV_EXTENDED_VM_EXITS
impl Eq for WHV_EXTENDED_VM_EXITS
impl StructuralPartialEq for WHV_EXTENDED_VM_EXITS
Auto Trait Implementations§
impl Freeze for WHV_EXTENDED_VM_EXITS
impl RefUnwindSafe for WHV_EXTENDED_VM_EXITS
impl Send for WHV_EXTENDED_VM_EXITS
impl Sync for WHV_EXTENDED_VM_EXITS
impl Unpin for WHV_EXTENDED_VM_EXITS
impl UnwindSafe for WHV_EXTENDED_VM_EXITS
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