Struct ntapi::ntexapi::SYSTEM_VERIFIER_INFORMATION
source · [−]#[repr(C)]pub struct SYSTEM_VERIFIER_INFORMATION {Show 25 fields
pub NextEntryOffset: ULONG,
pub Level: ULONG,
pub DriverName: UNICODE_STRING,
pub RaiseIrqls: ULONG,
pub AcquireSpinLocks: ULONG,
pub SynchronizeExecutions: ULONG,
pub AllocationsAttempted: ULONG,
pub AllocationsSucceeded: ULONG,
pub AllocationsSucceededSpecialPool: ULONG,
pub AllocationsWithNoTag: ULONG,
pub TrimRequests: ULONG,
pub Trims: ULONG,
pub AllocationsFailed: ULONG,
pub AllocationsFailedDeliberately: ULONG,
pub Loads: ULONG,
pub Unloads: ULONG,
pub UnTrackedPool: ULONG,
pub CurrentPagedPoolAllocations: ULONG,
pub CurrentNonPagedPoolAllocations: ULONG,
pub PeakPagedPoolAllocations: ULONG,
pub PeakNonPagedPoolAllocations: ULONG,
pub PagedPoolUsageInBytes: SIZE_T,
pub NonPagedPoolUsageInBytes: SIZE_T,
pub PeakPagedPoolUsageInBytes: SIZE_T,
pub PeakNonPagedPoolUsageInBytes: SIZE_T,
}
Fields
NextEntryOffset: ULONG
Level: ULONG
DriverName: UNICODE_STRING
RaiseIrqls: ULONG
AcquireSpinLocks: ULONG
SynchronizeExecutions: ULONG
AllocationsAttempted: ULONG
AllocationsSucceeded: ULONG
AllocationsSucceededSpecialPool: ULONG
AllocationsWithNoTag: ULONG
TrimRequests: ULONG
Trims: ULONG
AllocationsFailed: ULONG
AllocationsFailedDeliberately: ULONG
Loads: ULONG
Unloads: ULONG
UnTrackedPool: ULONG
CurrentPagedPoolAllocations: ULONG
CurrentNonPagedPoolAllocations: ULONG
PeakPagedPoolAllocations: ULONG
PeakNonPagedPoolAllocations: ULONG
PagedPoolUsageInBytes: SIZE_T
NonPagedPoolUsageInBytes: SIZE_T
PeakPagedPoolUsageInBytes: SIZE_T
PeakNonPagedPoolUsageInBytes: SIZE_T
Trait Implementations
sourceimpl Clone for SYSTEM_VERIFIER_INFORMATION
impl Clone for SYSTEM_VERIFIER_INFORMATION
sourcefn clone(&self) -> SYSTEM_VERIFIER_INFORMATION
fn clone(&self) -> SYSTEM_VERIFIER_INFORMATION
Returns a copy of the value. Read more
1.0.0 · sourcefn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from source
. Read more
impl Copy for SYSTEM_VERIFIER_INFORMATION
Auto Trait Implementations
impl RefUnwindSafe for SYSTEM_VERIFIER_INFORMATION
impl !Send for SYSTEM_VERIFIER_INFORMATION
impl !Sync for SYSTEM_VERIFIER_INFORMATION
impl Unpin for SYSTEM_VERIFIER_INFORMATION
impl UnwindSafe for SYSTEM_VERIFIER_INFORMATION
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