#[repr(C)]pub struct WHV_PROCESSOR_SYNTHETIC_FEATURES_COUNTERS {
pub SyntheticInterruptsCount: u64,
pub LongSpinWaitHypercallsCount: u64,
pub OtherHypercallsCount: u64,
pub SyntheticInterruptHypercallsCount: u64,
pub VirtualInterruptHypercallsCount: u64,
pub VirtualMmuHypercallsCount: u64,
}
Expand description
Required features: "Win32_System_Hypervisor"
Fields
SyntheticInterruptsCount: u64
LongSpinWaitHypercallsCount: u64
OtherHypercallsCount: u64
SyntheticInterruptHypercallsCount: u64
VirtualInterruptHypercallsCount: u64
VirtualMmuHypercallsCount: u64
Trait Implementations
impl Copy for WHV_PROCESSOR_SYNTHETIC_FEATURES_COUNTERS
Auto Trait Implementations
impl RefUnwindSafe for WHV_PROCESSOR_SYNTHETIC_FEATURES_COUNTERS
impl Send for WHV_PROCESSOR_SYNTHETIC_FEATURES_COUNTERS
impl Sync for WHV_PROCESSOR_SYNTHETIC_FEATURES_COUNTERS
impl Unpin for WHV_PROCESSOR_SYNTHETIC_FEATURES_COUNTERS
impl UnwindSafe for WHV_PROCESSOR_SYNTHETIC_FEATURES_COUNTERS
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more