#[repr(C)]
pub struct RTL_HEAP_PARAMETERS { pub Length: ULONG, pub SegmentReserve: SIZE_T, pub SegmentCommit: SIZE_T, pub DeCommitFreeBlockThreshold: SIZE_T, pub DeCommitTotalFreeThreshold: SIZE_T, pub MaximumAllocationSize: SIZE_T, pub VirtualMemoryThreshold: SIZE_T, pub InitialCommit: SIZE_T, pub InitialReserve: SIZE_T, pub CommitRoutine: PRTL_HEAP_COMMIT_ROUTINE, pub Reserved: [SIZE_T; 2], }

Fields

Length: ULONGSegmentReserve: SIZE_TSegmentCommit: SIZE_TDeCommitFreeBlockThreshold: SIZE_TDeCommitTotalFreeThreshold: SIZE_TMaximumAllocationSize: SIZE_TVirtualMemoryThreshold: SIZE_TInitialCommit: SIZE_TInitialReserve: SIZE_TCommitRoutine: PRTL_HEAP_COMMIT_ROUTINEReserved: [SIZE_T; 2]

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.