#[repr(i32)]pub enum SYSTEM_MEMORY_LIST_COMMAND {
MemoryCaptureAccessedBits,
MemoryCaptureAndResetAccessedBits,
MemoryEmptyWorkingSets,
MemoryFlushModifiedList,
MemoryPurgeStandbyList,
MemoryPurgeLowPriorityStandbyList,
MemoryCommandMax,
}Variants§
MemoryCaptureAccessedBits
MemoryCaptureAndResetAccessedBits
MemoryEmptyWorkingSets
MemoryFlushModifiedList
MemoryPurgeStandbyList
MemoryPurgeLowPriorityStandbyList
MemoryCommandMax
Trait Implementations§
source§impl Clone for SYSTEM_MEMORY_LIST_COMMAND
impl Clone for SYSTEM_MEMORY_LIST_COMMAND
source§fn clone(&self) -> SYSTEM_MEMORY_LIST_COMMAND
fn clone(&self) -> SYSTEM_MEMORY_LIST_COMMAND
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moresource§impl Debug for SYSTEM_MEMORY_LIST_COMMAND
impl Debug for SYSTEM_MEMORY_LIST_COMMAND
source§impl Hash for SYSTEM_MEMORY_LIST_COMMAND
impl Hash for SYSTEM_MEMORY_LIST_COMMAND
source§impl PartialEq<SYSTEM_MEMORY_LIST_COMMAND> for SYSTEM_MEMORY_LIST_COMMAND
impl PartialEq<SYSTEM_MEMORY_LIST_COMMAND> for SYSTEM_MEMORY_LIST_COMMAND
source§fn eq(&self, other: &SYSTEM_MEMORY_LIST_COMMAND) -> bool
fn eq(&self, other: &SYSTEM_MEMORY_LIST_COMMAND) -> bool
This method tests for
self and other values to be equal, and is used
by ==.impl Copy for SYSTEM_MEMORY_LIST_COMMAND
impl Eq for SYSTEM_MEMORY_LIST_COMMAND
impl StructuralEq for SYSTEM_MEMORY_LIST_COMMAND
impl StructuralPartialEq for SYSTEM_MEMORY_LIST_COMMAND
Auto Trait Implementations§
impl RefUnwindSafe for SYSTEM_MEMORY_LIST_COMMAND
impl Send for SYSTEM_MEMORY_LIST_COMMAND
impl Sync for SYSTEM_MEMORY_LIST_COMMAND
impl Unpin for SYSTEM_MEMORY_LIST_COMMAND
impl UnwindSafe for SYSTEM_MEMORY_LIST_COMMAND
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