Struct ntapi::ntrtl::HEAP_DEBUGGING_INFORMATION
source · [−]#[repr(C)]pub struct HEAP_DEBUGGING_INFORMATION {
pub InterceptorFunction: PVOID,
pub InterceptorValue: USHORT,
pub ExtendedOptions: ULONG,
pub StackTraceDepth: ULONG,
pub MinTotalBlockSize: SIZE_T,
pub MaxTotalBlockSize: SIZE_T,
pub HeapLeakEnumerationRoutine: PRTL_HEAP_LEAK_ENUMERATION_ROUTINE,
}
Fields
InterceptorFunction: PVOID
InterceptorValue: USHORT
ExtendedOptions: ULONG
StackTraceDepth: ULONG
MinTotalBlockSize: SIZE_T
MaxTotalBlockSize: SIZE_T
HeapLeakEnumerationRoutine: PRTL_HEAP_LEAK_ENUMERATION_ROUTINE
Trait Implementations
sourceimpl Clone for HEAP_DEBUGGING_INFORMATION
impl Clone for HEAP_DEBUGGING_INFORMATION
sourcefn clone(&self) -> HEAP_DEBUGGING_INFORMATION
fn clone(&self) -> HEAP_DEBUGGING_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 HEAP_DEBUGGING_INFORMATION
Auto Trait Implementations
impl RefUnwindSafe for HEAP_DEBUGGING_INFORMATION
impl !Send for HEAP_DEBUGGING_INFORMATION
impl !Sync for HEAP_DEBUGGING_INFORMATION
impl Unpin for HEAP_DEBUGGING_INFORMATION
impl UnwindSafe for HEAP_DEBUGGING_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