#[repr(C)]pub struct WHV_PROCESSOR_FEATURES1(pub u64);
Tuple Fields§
§0: u64
Implementations§
Source§impl WHV_PROCESSOR_FEATURES1
impl WHV_PROCESSOR_FEATURES1
pub const ACountMCountSupport: Self
pub const Reserved1: Self
pub const ClZeroSupport: Self
pub const RdpruSupport: Self
pub const NestedVirtSupport: Self
pub const PsfdSupport: Self
pub const CetSsSupport: Self
pub const CetIbtSupport: Self
pub const VmxExceptionInjectSupport: Self
pub const UmwaitTpauseSupport: Self
pub const MovdiriSupport: Self
pub const Movdir64bSupport: Self
pub const CldemoteSupport: Self
pub const SerializeSupport: Self
pub const TscDeadlineTmrSupport: Self
pub const TscAdjustSupport: Self
pub const FzlRepMovsb: Self
pub const FsRepStosb: Self
pub const FsRepCmpsb: Self
Trait Implementations§
Source§impl BitAnd for WHV_PROCESSOR_FEATURES1
impl BitAnd for WHV_PROCESSOR_FEATURES1
Source§impl BitAndAssign for WHV_PROCESSOR_FEATURES1
impl BitAndAssign for WHV_PROCESSOR_FEATURES1
Source§fn bitand_assign(&mut self, rhs: Self)
fn bitand_assign(&mut self, rhs: Self)
Performs the
&=
operation. Read moreSource§impl BitOr for WHV_PROCESSOR_FEATURES1
impl BitOr for WHV_PROCESSOR_FEATURES1
Source§impl BitOrAssign for WHV_PROCESSOR_FEATURES1
impl BitOrAssign for WHV_PROCESSOR_FEATURES1
Source§fn bitor_assign(&mut self, rhs: Self)
fn bitor_assign(&mut self, rhs: Self)
Performs the
|=
operation. Read moreSource§impl Clone for WHV_PROCESSOR_FEATURES1
impl Clone for WHV_PROCESSOR_FEATURES1
Source§fn clone(&self) -> WHV_PROCESSOR_FEATURES1
fn clone(&self) -> WHV_PROCESSOR_FEATURES1
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_PROCESSOR_FEATURES1
impl Debug for WHV_PROCESSOR_FEATURES1
Source§impl Default for WHV_PROCESSOR_FEATURES1
impl Default for WHV_PROCESSOR_FEATURES1
Source§fn default() -> WHV_PROCESSOR_FEATURES1
fn default() -> WHV_PROCESSOR_FEATURES1
Returns the “default value” for a type. Read more
Source§impl Not for WHV_PROCESSOR_FEATURES1
impl Not for WHV_PROCESSOR_FEATURES1
Source§impl PartialEq for WHV_PROCESSOR_FEATURES1
impl PartialEq for WHV_PROCESSOR_FEATURES1
impl Copy for WHV_PROCESSOR_FEATURES1
impl Eq for WHV_PROCESSOR_FEATURES1
impl StructuralPartialEq for WHV_PROCESSOR_FEATURES1
Auto Trait Implementations§
impl Freeze for WHV_PROCESSOR_FEATURES1
impl RefUnwindSafe for WHV_PROCESSOR_FEATURES1
impl Send for WHV_PROCESSOR_FEATURES1
impl Sync for WHV_PROCESSOR_FEATURES1
impl Unpin for WHV_PROCESSOR_FEATURES1
impl UnwindSafe for WHV_PROCESSOR_FEATURES1
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