#[repr(C)]
pub struct RTL_DEBUG_INFORMATION {
Show 23 fields pub SectionHandleClient: HANDLE, pub ViewBaseClient: PVOID, pub ViewBaseTarget: PVOID, pub ViewBaseDelta: ULONG_PTR, pub EventPairClient: HANDLE, pub EventPairTarget: HANDLE, pub TargetProcessId: HANDLE, pub TargetThreadHandle: HANDLE, pub Flags: ULONG, pub OffsetFree: SIZE_T, pub CommitSize: SIZE_T, pub ViewSize: SIZE_T, pub u: RTL_DEBUG_INFORMATION_u, pub BackTraces: *mut RTL_PROCESS_BACKTRACES, pub Heaps: *mut RTL_PROCESS_HEAPS, pub Locks: *mut RTL_PROCESS_LOCKS, pub SpecificHeap: PVOID, pub TargetProcessHandle: HANDLE, pub VerifierOptions: PRTL_PROCESS_VERIFIER_OPTIONS, pub ProcessHeap: PVOID, pub CriticalSectionHandle: HANDLE, pub CriticalSectionOwnerThread: HANDLE, pub Reserved: [PVOID; 4],
}

Fields

SectionHandleClient: HANDLEViewBaseClient: PVOIDViewBaseTarget: PVOIDViewBaseDelta: ULONG_PTREventPairClient: HANDLEEventPairTarget: HANDLETargetProcessId: HANDLETargetThreadHandle: HANDLEFlags: ULONGOffsetFree: SIZE_TCommitSize: SIZE_TViewSize: SIZE_Tu: RTL_DEBUG_INFORMATION_uBackTraces: *mut RTL_PROCESS_BACKTRACESHeaps: *mut RTL_PROCESS_HEAPSLocks: *mut RTL_PROCESS_LOCKSSpecificHeap: PVOIDTargetProcessHandle: HANDLEVerifierOptions: PRTL_PROCESS_VERIFIER_OPTIONSProcessHeap: PVOIDCriticalSectionHandle: HANDLECriticalSectionOwnerThread: HANDLEReserved: [PVOID; 4]

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.