#[repr(C)]pub struct MEMORY_PARTITION_CONFIGURATION_INFORMATION {Show 18 fields
pub Flags: u32,
pub NumaNode: u32,
pub Channel: u32,
pub NumberOfNumaNodes: u32,
pub ResidentAvailablePages: usize,
pub CommittedPages: usize,
pub CommitLimit: usize,
pub PeakCommitment: usize,
pub TotalNumberOfPages: usize,
pub AvailablePages: usize,
pub ZeroPages: usize,
pub FreePages: usize,
pub StandbyPages: usize,
pub StandbyPageCountByPriority: [usize; 8],
pub RepurposedPagesByPriority: [usize; 8],
pub MaximumCommitLimit: usize,
pub Reserved: usize,
pub PartitionId: u32,
}Fieldsยง
ยงFlags: u32ยงNumaNode: u32ยงChannel: u32ยงNumberOfNumaNodes: u32ยงResidentAvailablePages: usizeยงCommittedPages: usizeยงCommitLimit: usizeยงPeakCommitment: usizeยงTotalNumberOfPages: usizeยงAvailablePages: usizeยงZeroPages: usizeยงFreePages: usizeยงStandbyPages: usizeยงStandbyPageCountByPriority: [usize; 8]ยงRepurposedPagesByPriority: [usize; 8]ยงMaximumCommitLimit: usizeยงReserved: usizeยงPartitionId: u32Trait Implementationsยง
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ยง
sourceยงimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere T: ?Sized,
sourceยงfn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more