#[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: ULONG
NumaNode: ULONG
Channel: ULONG
NumberOfNumaNodes: ULONG
ResidentAvailablePages: ULONG_PTR
CommittedPages: ULONG_PTR
CommitLimit: ULONG_PTR
PeakCommitment: ULONG_PTR
TotalNumberOfPages: ULONG_PTR
AvailablePages: ULONG_PTR
ZeroPages: ULONG_PTR
FreePages: ULONG_PTR
StandbyPages: ULONG_PTR
StandbyPageCountByPriority: [ULONG_PTR; 8]
RepurposedPagesByPriority: [ULONG_PTR; 8]
MaximumCommitLimit: ULONG_PTR
DonatedPagesToPartitions: ULONG_PTR
PartitionId: ULONG
Trait Implementations
sourceimpl Clone for MEMORY_PARTITION_CONFIGURATION_INFORMATION
impl Clone for MEMORY_PARTITION_CONFIGURATION_INFORMATION
sourcefn clone(&self) -> MEMORY_PARTITION_CONFIGURATION_INFORMATION
fn clone(&self) -> MEMORY_PARTITION_CONFIGURATION_INFORMATION
Returns a copy of the value. Read more
1.0.0 · sourcefn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from source
. Read more
impl Copy for MEMORY_PARTITION_CONFIGURATION_INFORMATION
Auto Trait Implementations
impl RefUnwindSafe for MEMORY_PARTITION_CONFIGURATION_INFORMATION
impl Send for MEMORY_PARTITION_CONFIGURATION_INFORMATION
impl Sync for MEMORY_PARTITION_CONFIGURATION_INFORMATION
impl Unpin for MEMORY_PARTITION_CONFIGURATION_INFORMATION
impl UnwindSafe for MEMORY_PARTITION_CONFIGURATION_INFORMATION
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more