Enum windows_native::ntpsapi::MEMORY_RESERVE_TYPE
source · #[repr(i32)]pub enum MEMORY_RESERVE_TYPE {
MemoryReserveUserApc,
MemoryReserveIoCompletion,
MemoryReserveTypeMax,
}Variants§
Trait Implementations§
source§impl Clone for MEMORY_RESERVE_TYPE
impl Clone for MEMORY_RESERVE_TYPE
source§fn clone(&self) -> MEMORY_RESERVE_TYPE
fn clone(&self) -> MEMORY_RESERVE_TYPE
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_RESERVE_TYPE
impl Debug for MEMORY_RESERVE_TYPE
source§impl Hash for MEMORY_RESERVE_TYPE
impl Hash for MEMORY_RESERVE_TYPE
source§impl PartialEq<MEMORY_RESERVE_TYPE> for MEMORY_RESERVE_TYPE
impl PartialEq<MEMORY_RESERVE_TYPE> for MEMORY_RESERVE_TYPE
source§fn eq(&self, other: &MEMORY_RESERVE_TYPE) -> bool
fn eq(&self, other: &MEMORY_RESERVE_TYPE) -> bool
This method tests for
self and other values to be equal, and is used
by ==.impl Copy for MEMORY_RESERVE_TYPE
impl Eq for MEMORY_RESERVE_TYPE
impl StructuralEq for MEMORY_RESERVE_TYPE
impl StructuralPartialEq for MEMORY_RESERVE_TYPE
Auto Trait Implementations§
impl RefUnwindSafe for MEMORY_RESERVE_TYPE
impl Send for MEMORY_RESERVE_TYPE
impl Sync for MEMORY_RESERVE_TYPE
impl Unpin for MEMORY_RESERVE_TYPE
impl UnwindSafe for MEMORY_RESERVE_TYPE
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