Struct windows_native::ntexapi::SYSTEM_VERIFIER_INFORMATION
source ยท #[repr(C)]pub struct SYSTEM_VERIFIER_INFORMATION {Show 28 fields
pub NextEntryOffset: u32,
pub Level: u32,
pub RuleClasses: [u32; 2],
pub TriageContext: u32,
pub AreAllDriversBeingVerified: u32,
pub DriverName: UNICODE_STRING,
pub RaiseIrqls: u32,
pub AcquireSpinLocks: u32,
pub SynchronizeExecutions: u32,
pub AllocationsAttempted: u32,
pub AllocationsSucceeded: u32,
pub AllocationsSucceededSpecialPool: u32,
pub AllocationsWithNoTag: u32,
pub TrimRequests: u32,
pub Trims: u32,
pub AllocationsFailed: u32,
pub AllocationsFailedDeliberately: u32,
pub Loads: u32,
pub Unloads: u32,
pub UnTrackedPool: u32,
pub CurrentPagedPoolAllocations: u32,
pub CurrentNonPagedPoolAllocations: u32,
pub PeakPagedPoolAllocations: u32,
pub PeakNonPagedPoolAllocations: u32,
pub PagedPoolUsageInBytes: usize,
pub NonPagedPoolUsageInBytes: usize,
pub PeakPagedPoolUsageInBytes: usize,
pub PeakNonPagedPoolUsageInBytes: usize,
}Fieldsยง
ยงNextEntryOffset: u32ยงLevel: u32ยงRuleClasses: [u32; 2]ยงTriageContext: u32ยงAreAllDriversBeingVerified: u32ยงDriverName: UNICODE_STRINGยงRaiseIrqls: u32ยงAcquireSpinLocks: u32ยงSynchronizeExecutions: u32ยงAllocationsAttempted: u32ยงAllocationsSucceeded: u32ยงAllocationsSucceededSpecialPool: u32ยงAllocationsWithNoTag: u32ยงTrimRequests: u32ยงTrims: u32ยงAllocationsFailed: u32ยงAllocationsFailedDeliberately: u32ยงLoads: u32ยงUnloads: u32ยงUnTrackedPool: u32ยงCurrentPagedPoolAllocations: u32ยงCurrentNonPagedPoolAllocations: u32ยงPeakPagedPoolAllocations: u32ยงPeakNonPagedPoolAllocations: u32ยงPagedPoolUsageInBytes: usizeยงNonPagedPoolUsageInBytes: usizeยงPeakPagedPoolUsageInBytes: usizeยงPeakNonPagedPoolUsageInBytes: usizeTrait Implementationsยง
sourceยงimpl Debug for SYSTEM_VERIFIER_INFORMATION
impl Debug 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ยง
sourceยงimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere T: ?Sized,
sourceยงfn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more