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: ULONGLevel: ULONGDriverName: UNICODE_STRINGRaiseIrqls: ULONGAcquireSpinLocks: ULONGSynchronizeExecutions: ULONGAllocationsAttempted: ULONGAllocationsSucceeded: ULONGAllocationsSucceededSpecialPool: ULONGAllocationsWithNoTag: ULONGTrimRequests: ULONGTrims: ULONGAllocationsFailed: ULONGAllocationsFailedDeliberately: ULONGLoads: ULONGUnloads: ULONGUnTrackedPool: ULONGCurrentPagedPoolAllocations: ULONGCurrentNonPagedPoolAllocations: ULONGPeakPagedPoolAllocations: ULONGPeakNonPagedPoolAllocations: ULONGPagedPoolUsageInBytes: SIZE_TNonPagedPoolUsageInBytes: SIZE_TPeakPagedPoolUsageInBytes: SIZE_TPeakNonPagedPoolUsageInBytes: SIZE_TTrait 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