#[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: ULONGTrait 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