#[repr(C)]pub struct WHV_PROCESSOR_INTERCEPT_COUNTERS {Show 14 fields
pub PageInvalidations: WHV_PROCESSOR_INTERCEPT_COUNTER,
pub ControlRegisterAccesses: WHV_PROCESSOR_INTERCEPT_COUNTER,
pub IoInstructions: WHV_PROCESSOR_INTERCEPT_COUNTER,
pub HaltInstructions: WHV_PROCESSOR_INTERCEPT_COUNTER,
pub CpuidInstructions: WHV_PROCESSOR_INTERCEPT_COUNTER,
pub MsrAccesses: WHV_PROCESSOR_INTERCEPT_COUNTER,
pub OtherIntercepts: WHV_PROCESSOR_INTERCEPT_COUNTER,
pub PendingInterrupts: WHV_PROCESSOR_INTERCEPT_COUNTER,
pub EmulatedInstructions: WHV_PROCESSOR_INTERCEPT_COUNTER,
pub DebugRegisterAccesses: WHV_PROCESSOR_INTERCEPT_COUNTER,
pub PageFaultIntercepts: WHV_PROCESSOR_INTERCEPT_COUNTER,
pub NestedPageFaultIntercepts: WHV_PROCESSOR_INTERCEPT_COUNTER,
pub Hypercalls: WHV_PROCESSOR_INTERCEPT_COUNTER,
pub RdpmcInstructions: WHV_PROCESSOR_INTERCEPT_COUNTER,
}Expand description
Required features: "Win32_System_Hypervisor"
Fields
PageInvalidations: WHV_PROCESSOR_INTERCEPT_COUNTERControlRegisterAccesses: WHV_PROCESSOR_INTERCEPT_COUNTERIoInstructions: WHV_PROCESSOR_INTERCEPT_COUNTERHaltInstructions: WHV_PROCESSOR_INTERCEPT_COUNTERCpuidInstructions: WHV_PROCESSOR_INTERCEPT_COUNTERMsrAccesses: WHV_PROCESSOR_INTERCEPT_COUNTEROtherIntercepts: WHV_PROCESSOR_INTERCEPT_COUNTERPendingInterrupts: WHV_PROCESSOR_INTERCEPT_COUNTEREmulatedInstructions: WHV_PROCESSOR_INTERCEPT_COUNTERDebugRegisterAccesses: WHV_PROCESSOR_INTERCEPT_COUNTERPageFaultIntercepts: WHV_PROCESSOR_INTERCEPT_COUNTERNestedPageFaultIntercepts: WHV_PROCESSOR_INTERCEPT_COUNTERHypercalls: WHV_PROCESSOR_INTERCEPT_COUNTERRdpmcInstructions: WHV_PROCESSOR_INTERCEPT_COUNTERTrait Implementations
impl Clone for WHV_PROCESSOR_INTERCEPT_COUNTERS
impl Clone for WHV_PROCESSOR_INTERCEPT_COUNTERS
impl Copy for WHV_PROCESSOR_INTERCEPT_COUNTERS
Auto Trait Implementations
impl RefUnwindSafe for WHV_PROCESSOR_INTERCEPT_COUNTERS
impl Send for WHV_PROCESSOR_INTERCEPT_COUNTERS
impl Sync for WHV_PROCESSOR_INTERCEPT_COUNTERS
impl Unpin for WHV_PROCESSOR_INTERCEPT_COUNTERS
impl UnwindSafe for WHV_PROCESSOR_INTERCEPT_COUNTERS
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
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