#[repr(C)]pub struct WHV_PROCESSOR_PERFMON_FEATURES(pub u64);
Tuple Fields§
§0: u64
Implementations§
Source§impl WHV_PROCESSOR_PERFMON_FEATURES
impl WHV_PROCESSOR_PERFMON_FEATURES
pub const PmuSupport: Self
pub const LbrSupport: Self
Trait Implementations§
Source§impl BitAndAssign for WHV_PROCESSOR_PERFMON_FEATURES
impl BitAndAssign for WHV_PROCESSOR_PERFMON_FEATURES
Source§fn bitand_assign(&mut self, rhs: Self)
fn bitand_assign(&mut self, rhs: Self)
Performs the
&=
operation. Read moreSource§impl BitOrAssign for WHV_PROCESSOR_PERFMON_FEATURES
impl BitOrAssign for WHV_PROCESSOR_PERFMON_FEATURES
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_PERFMON_FEATURES
impl Clone for WHV_PROCESSOR_PERFMON_FEATURES
Source§fn clone(&self) -> WHV_PROCESSOR_PERFMON_FEATURES
fn clone(&self) -> WHV_PROCESSOR_PERFMON_FEATURES
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 Not for WHV_PROCESSOR_PERFMON_FEATURES
impl Not for WHV_PROCESSOR_PERFMON_FEATURES
impl Copy for WHV_PROCESSOR_PERFMON_FEATURES
Auto Trait Implementations§
impl Freeze for WHV_PROCESSOR_PERFMON_FEATURES
impl RefUnwindSafe for WHV_PROCESSOR_PERFMON_FEATURES
impl Send for WHV_PROCESSOR_PERFMON_FEATURES
impl Sync for WHV_PROCESSOR_PERFMON_FEATURES
impl Unpin for WHV_PROCESSOR_PERFMON_FEATURES
impl UnwindSafe for WHV_PROCESSOR_PERFMON_FEATURES
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