#[repr(C)]
pub struct MEMORY_PARTITION_CONFIGURATION_INFORMATION {
Show 18 fields pub Flags: ULONG, pub NumaNode: ULONG, pub Channel: ULONG, pub NumberOfNumaNodes: ULONG, pub ResidentAvailablePages: ULONG_PTR, pub CommittedPages: ULONG_PTR, pub CommitLimit: ULONG_PTR, pub PeakCommitment: ULONG_PTR, pub TotalNumberOfPages: ULONG_PTR, pub AvailablePages: ULONG_PTR, pub ZeroPages: ULONG_PTR, pub FreePages: ULONG_PTR, pub StandbyPages: ULONG_PTR, pub StandbyPageCountByPriority: [ULONG_PTR; 8], pub RepurposedPagesByPriority: [ULONG_PTR; 8], pub MaximumCommitLimit: ULONG_PTR, pub DonatedPagesToPartitions: ULONG_PTR, pub PartitionId: ULONG,
}

Fields

Flags: ULONGNumaNode: ULONGChannel: ULONGNumberOfNumaNodes: ULONGResidentAvailablePages: ULONG_PTRCommittedPages: ULONG_PTRCommitLimit: ULONG_PTRPeakCommitment: ULONG_PTRTotalNumberOfPages: ULONG_PTRAvailablePages: ULONG_PTRZeroPages: ULONG_PTRFreePages: ULONG_PTRStandbyPages: ULONG_PTRStandbyPageCountByPriority: [ULONG_PTR; 8]RepurposedPagesByPriority: [ULONG_PTR; 8]MaximumCommitLimit: ULONG_PTRDonatedPagesToPartitions: ULONG_PTRPartitionId: ULONG

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.