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