#[repr(C)]
pub struct SYSTEM_SECURE_KERNEL_HYPERGUARD_PROFILE_INFORMATION {
Show 24 fields pub ExtentCount: ULONG, pub ValidStructureSize: ULONG, pub NextExtentIndex: ULONG, pub ExtentRestart: ULONG, pub CycleCount: ULONG, pub TimeoutCount: ULONG, pub CycleTime: ULONGLONG, pub CycleTimeMax: ULONGLONG, pub ExtentTime: ULONGLONG, pub ExtentTimeIndex: ULONG, pub ExtentTimeMaxIndex: ULONG, pub ExtentTimeMax: ULONGLONG, pub HyperFlushTimeMax: ULONGLONG, pub TranslateVaTimeMax: ULONGLONG, pub DebugExemptionCount: ULONGLONG, pub TbHitCount: ULONGLONG, pub TbMissCount: ULONGLONG, pub VinaPendingYield: ULONGLONG, pub HashCycles: ULONGLONG, pub HistogramOffset: ULONG, pub HistogramBuckets: ULONG, pub HistogramShift: ULONG, pub Reserved1: ULONG, pub PageNotPresentCount: ULONGLONG,
}

Fields

ExtentCount: ULONGValidStructureSize: ULONGNextExtentIndex: ULONGExtentRestart: ULONGCycleCount: ULONGTimeoutCount: ULONGCycleTime: ULONGLONGCycleTimeMax: ULONGLONGExtentTime: ULONGLONGExtentTimeIndex: ULONGExtentTimeMaxIndex: ULONGExtentTimeMax: ULONGLONGHyperFlushTimeMax: ULONGLONGTranslateVaTimeMax: ULONGLONGDebugExemptionCount: ULONGLONGTbHitCount: ULONGLONGTbMissCount: ULONGLONGVinaPendingYield: ULONGLONGHashCycles: ULONGLONGHistogramOffset: ULONGHistogramBuckets: ULONGHistogramShift: ULONGReserved1: ULONGPageNotPresentCount: ULONGLONG

Trait Implementations

Auto Trait Implementations

Blanket Implementations

Gets the TypeId of self. Read more

Immutably borrows from an owned value. Read more

Mutably borrows from an owned value. Read more

Performs the conversion.

Performs the conversion.

The type returned in the event of a conversion error.

Performs the conversion.

The type returned in the event of a conversion error.

Performs the conversion.