[]Struct ntapi::ntmmapi::MEMORY_PARTITION_CONFIGURATION_INFORMATION

#[repr(C)]
pub struct MEMORY_PARTITION_CONFIGURATION_INFORMATION {
    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: ULONG

Trait Implementations

impl Copy for MEMORY_PARTITION_CONFIGURATION_INFORMATION

impl Clone for MEMORY_PARTITION_CONFIGURATION_INFORMATION

fn clone_from(&mut self, source: &Self)1.0.0[src]

Performs copy-assignment from source. Read more

Auto Trait Implementations

Blanket Implementations

impl<T, U> TryFrom<U> for T where
    U: Into<T>, 
[src]

type Error = Infallible

The type returned in the event of a conversion error.

impl<T, U> Into<U> for T where
    U: From<T>, 
[src]

impl<T> From<T> for T[src]

impl<T, U> TryInto<U> for T where
    U: TryFrom<T>, 
[src]

type Error = <U as TryFrom<T>>::Error

The type returned in the event of a conversion error.

impl<T> Borrow<T> for T where
    T: ?Sized
[src]

impl<T> BorrowMut<T> for T where
    T: ?Sized
[src]

impl<T> Any for T where
    T: 'static + ?Sized
[src]