#[repr(C)]
pub struct SYSTEM_VERIFIER_COUNTERS_INFORMATION {
Show 24 fields pub Legacy: SYSTEM_VERIFIER_INFORMATION, pub RaiseIrqls: ULONG, pub AcquireSpinLocks: ULONG, pub SynchronizeExecutions: ULONG, pub AllocationsWithNoTag: ULONG, pub AllocationsFailed: ULONG, pub AllocationsFailedDeliberately: ULONG, pub LockedBytes: SIZE_T, pub PeakLockedBytes: SIZE_T, pub MappedLockedBytes: SIZE_T, pub PeakMappedLockedBytes: SIZE_T, pub MappedIoSpaceBytes: SIZE_T, pub PeakMappedIoSpaceBytes: SIZE_T, pub PagesForMdlBytes: SIZE_T, pub PeakPagesForMdlBytes: SIZE_T, pub ContiguousMemoryBytes: SIZE_T, pub PeakContiguousMemoryBytes: SIZE_T, pub ExecutePoolTypes: ULONG, pub ExecutePageProtections: ULONG, pub ExecutePageMappings: ULONG, pub ExecuteWriteSections: ULONG, pub SectionAlignmentFailures: ULONG, pub UnsupportedRelocs: ULONG, pub IATInExecutableSection: ULONG,
}

Fields

Legacy: SYSTEM_VERIFIER_INFORMATIONRaiseIrqls: ULONGAcquireSpinLocks: ULONGSynchronizeExecutions: ULONGAllocationsWithNoTag: ULONGAllocationsFailed: ULONGAllocationsFailedDeliberately: ULONGLockedBytes: SIZE_TPeakLockedBytes: SIZE_TMappedLockedBytes: SIZE_TPeakMappedLockedBytes: SIZE_TMappedIoSpaceBytes: SIZE_TPeakMappedIoSpaceBytes: SIZE_TPagesForMdlBytes: SIZE_TPeakPagesForMdlBytes: SIZE_TContiguousMemoryBytes: SIZE_TPeakContiguousMemoryBytes: SIZE_TExecutePoolTypes: ULONGExecutePageProtections: ULONGExecutePageMappings: ULONGExecuteWriteSections: ULONGSectionAlignmentFailures: ULONGUnsupportedRelocs: ULONGIATInExecutableSection: ULONG

Trait Implementations

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

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.