#[repr(i32)]pub enum WIN32_MEMORY_INFORMATION_CLASS {
MemoryRegionInfo = 0,
}Variants§
MemoryRegionInfo = 0
Trait Implementations§
Source§impl Clone for WIN32_MEMORY_INFORMATION_CLASS
impl Clone for WIN32_MEMORY_INFORMATION_CLASS
Source§fn clone(&self) -> WIN32_MEMORY_INFORMATION_CLASS
fn clone(&self) -> WIN32_MEMORY_INFORMATION_CLASS
Returns a duplicate 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 PartialEq for WIN32_MEMORY_INFORMATION_CLASS
impl PartialEq for WIN32_MEMORY_INFORMATION_CLASS
Source§fn eq(&self, other: &WIN32_MEMORY_INFORMATION_CLASS) -> bool
fn eq(&self, other: &WIN32_MEMORY_INFORMATION_CLASS) -> bool
Tests for
self and other values to be equal, and is used by ==.impl Copy for WIN32_MEMORY_INFORMATION_CLASS
impl Eq for WIN32_MEMORY_INFORMATION_CLASS
impl StructuralPartialEq for WIN32_MEMORY_INFORMATION_CLASS
Auto Trait Implementations§
impl Freeze for WIN32_MEMORY_INFORMATION_CLASS
impl RefUnwindSafe for WIN32_MEMORY_INFORMATION_CLASS
impl Send for WIN32_MEMORY_INFORMATION_CLASS
impl Sync for WIN32_MEMORY_INFORMATION_CLASS
impl Unpin for WIN32_MEMORY_INFORMATION_CLASS
impl UnwindSafe for WIN32_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