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