Struct windows_sys::Win32::System::Hypervisor::WHV_PROCESSOR_EVENT_COUNTERS
#[repr(C)]pub struct WHV_PROCESSOR_EVENT_COUNTERS {
pub PageFaultCount: u64,
pub ExceptionCount: u64,
pub InterruptCount: u64,
}
Expand description
Required features: "Win32_System_Hypervisor"
Fields§
§PageFaultCount: u64
§ExceptionCount: u64
§InterruptCount: u64