#[repr(C)]
pub struct RTL_HEAP_INFORMATION {
Show 13 fields pub BaseAddress: PVOID, pub Flags: ULONG, pub EntryOverhead: USHORT, pub CreatorBackTraceIndex: USHORT, pub BytesAllocated: SIZE_T, pub BytesCommitted: SIZE_T, pub NumberOfTags: ULONG, pub NumberOfEntries: ULONG, pub NumberOfPseudoTags: ULONG, pub PseudoTagGranularity: ULONG, pub Reserved: [ULONG; 5], pub Tags: PRTL_HEAP_TAG, pub Entries: PRTL_HEAP_ENTRY,
}

Fields

BaseAddress: PVOIDFlags: ULONGEntryOverhead: USHORTCreatorBackTraceIndex: USHORTBytesAllocated: SIZE_TBytesCommitted: SIZE_TNumberOfTags: ULONGNumberOfEntries: ULONGNumberOfPseudoTags: ULONGPseudoTagGranularity: ULONGReserved: [ULONG; 5]Tags: PRTL_HEAP_TAGEntries: PRTL_HEAP_ENTRY

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.