Struct win_sys::Memory::WIN32_MEMORY_PARTITION_INFORMATION
source · [−]#[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
sourceimpl Clone for WIN32_MEMORY_PARTITION_INFORMATION
impl Clone for WIN32_MEMORY_PARTITION_INFORMATION
sourcepub fn clone(&self) -> WIN32_MEMORY_PARTITION_INFORMATION
pub fn clone(&self) -> WIN32_MEMORY_PARTITION_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
sourceimpl Default for WIN32_MEMORY_PARTITION_INFORMATION
impl Default for WIN32_MEMORY_PARTITION_INFORMATION
sourcepub fn default() -> WIN32_MEMORY_PARTITION_INFORMATION
pub fn default() -> WIN32_MEMORY_PARTITION_INFORMATION
Returns the “default value” for a type. Read more
impl Copy for WIN32_MEMORY_PARTITION_INFORMATION
impl Eq for WIN32_MEMORY_PARTITION_INFORMATION
Auto Trait Implementations
impl RefUnwindSafe for WIN32_MEMORY_PARTITION_INFORMATION
impl Send for WIN32_MEMORY_PARTITION_INFORMATION
impl Sync for WIN32_MEMORY_PARTITION_INFORMATION
impl Unpin for WIN32_MEMORY_PARTITION_INFORMATION
impl UnwindSafe for WIN32_MEMORY_PARTITION_INFORMATION
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcepub fn borrow_mut(&mut self) -> &mut T
pub fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more
sourceimpl<T> ToOwned for T where
T: Clone,
impl<T> ToOwned for T where
T: Clone,
type Owned = T
type Owned = T
The resulting type after obtaining ownership.
sourcepub fn to_owned(&self) -> T
pub fn to_owned(&self) -> T
Creates owned data from borrowed data, usually by cloning. Read more
sourcepub fn clone_into(&self, target: &mut T)
pub fn clone_into(&self, target: &mut T)
🔬 This is a nightly-only experimental API. (
toowned_clone_into)Uses borrowed data to replace owned data, usually by cloning. Read more