Struct win_sys::Memory::WIN32_MEMORY_PARTITION_INFORMATION [−][src]
#[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: u32Trait Implementations
Returns the “default value” for a type. Read more
Auto Trait Implementations
impl Send for WIN32_MEMORY_PARTITION_INFORMATION
impl Sync for WIN32_MEMORY_PARTITION_INFORMATION
impl Unpin for WIN32_MEMORY_PARTITION_INFORMATION
Blanket Implementations
Mutably borrows from an owned value. Read more