#[repr(C)]
pub struct WIN32_MEMORY_PARTITION_INFORMATION {
Show 17 fields pub Flags: u32, pub NumaNode: u32, pub Channel: u32, pub NumberOfNumaNodes: u32, pub ResidentAvailablePages: u64, pub CommittedPages: u64, pub CommitLimit: u64, pub PeakCommitment: u64, pub TotalNumberOfPages: u64, pub AvailablePages: u64, pub ZeroPages: u64, pub FreePages: u64, pub StandbyPages: u64, pub Reserved: [u64; 16], pub MaximumCommitLimit: u64, pub Reserved2: u64, pub PartitionId: u32,
}
Expand description

Required features: "Win32_System_Memory"

Fields

Flags: u32NumaNode: u32Channel: u32NumberOfNumaNodes: u32ResidentAvailablePages: u64CommittedPages: u64CommitLimit: u64PeakCommitment: u64TotalNumberOfPages: u64AvailablePages: u64ZeroPages: u64FreePages: u64StandbyPages: u64Reserved: [u64; 16]MaximumCommitLimit: u64Reserved2: u64PartitionId: u32

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

Returns the argument unchanged.

Calls U::from(self).

That is, this conversion is whatever the implementation of From<T> for U chooses to do.

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.