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