#[repr(i32)]pub enum MEMORY_INFORMATION_CLASS {
Show 15 variants
MemoryBasicInformation,
MemoryWorkingSetInformation,
MemoryMappedFilenameInformation,
MemoryRegionInformation,
MemoryWorkingSetExInformation,
MemorySharedCommitInformation,
MemoryImageInformation,
MemoryRegionInformationEx,
MemoryPrivilegedBasicInformation,
MemoryEnclaveImageInformation,
MemoryBasicInformationCapped,
MemoryPhysicalContiguityInformation,
MemoryBadInformation,
MemoryBadInformationAllProcesses,
MaxMemoryInfoClass,
}Variants§
MemoryBasicInformation
MemoryWorkingSetInformation
MemoryMappedFilenameInformation
MemoryRegionInformation
MemoryWorkingSetExInformation
MemoryImageInformation
MemoryRegionInformationEx
MemoryPrivilegedBasicInformation
MemoryEnclaveImageInformation
MemoryBasicInformationCapped
MemoryPhysicalContiguityInformation
MemoryBadInformation
MemoryBadInformationAllProcesses
MaxMemoryInfoClass
Trait Implementations§
source§impl Clone for MEMORY_INFORMATION_CLASS
impl Clone for MEMORY_INFORMATION_CLASS
source§fn clone(&self) -> MEMORY_INFORMATION_CLASS
fn clone(&self) -> MEMORY_INFORMATION_CLASS
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 MEMORY_INFORMATION_CLASS
impl Debug for MEMORY_INFORMATION_CLASS
source§impl Hash for MEMORY_INFORMATION_CLASS
impl Hash for MEMORY_INFORMATION_CLASS
source§impl PartialEq<MEMORY_INFORMATION_CLASS> for MEMORY_INFORMATION_CLASS
impl PartialEq<MEMORY_INFORMATION_CLASS> for MEMORY_INFORMATION_CLASS
source§fn eq(&self, other: &MEMORY_INFORMATION_CLASS) -> bool
fn eq(&self, other: &MEMORY_INFORMATION_CLASS) -> bool
This method tests for
self and other values to be equal, and is used
by ==.impl Copy for MEMORY_INFORMATION_CLASS
impl Eq for MEMORY_INFORMATION_CLASS
impl StructuralEq for MEMORY_INFORMATION_CLASS
impl StructuralPartialEq for MEMORY_INFORMATION_CLASS
Auto Trait Implementations§
impl RefUnwindSafe for MEMORY_INFORMATION_CLASS
impl Send for MEMORY_INFORMATION_CLASS
impl Sync for MEMORY_INFORMATION_CLASS
impl Unpin for MEMORY_INFORMATION_CLASS
impl UnwindSafe for MEMORY_INFORMATION_CLASS
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