Enum windows_native::winsta::WINSTATIONSTATECLASS
source · #[repr(i32)]pub enum WINSTATIONSTATECLASS {
State_Active,
State_Connected,
State_ConnectQuery,
State_Shadow,
State_Disconnected,
State_Idle,
State_Listen,
State_Reset,
State_Down,
State_Init,
}Variants§
State_Active
State_Connected
State_ConnectQuery
State_Shadow
State_Disconnected
State_Idle
State_Listen
State_Reset
State_Down
State_Init
Trait Implementations§
source§impl Clone for WINSTATIONSTATECLASS
impl Clone for WINSTATIONSTATECLASS
source§fn clone(&self) -> WINSTATIONSTATECLASS
fn clone(&self) -> WINSTATIONSTATECLASS
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 WINSTATIONSTATECLASS
impl Debug for WINSTATIONSTATECLASS
source§impl Hash for WINSTATIONSTATECLASS
impl Hash for WINSTATIONSTATECLASS
source§impl PartialEq<WINSTATIONSTATECLASS> for WINSTATIONSTATECLASS
impl PartialEq<WINSTATIONSTATECLASS> for WINSTATIONSTATECLASS
source§fn eq(&self, other: &WINSTATIONSTATECLASS) -> bool
fn eq(&self, other: &WINSTATIONSTATECLASS) -> bool
This method tests for
self and other values to be equal, and is used
by ==.impl Copy for WINSTATIONSTATECLASS
impl Eq for WINSTATIONSTATECLASS
impl StructuralEq for WINSTATIONSTATECLASS
impl StructuralPartialEq for WINSTATIONSTATECLASS
Auto Trait Implementations§
impl RefUnwindSafe for WINSTATIONSTATECLASS
impl Send for WINSTATIONSTATECLASS
impl Sync for WINSTATIONSTATECLASS
impl Unpin for WINSTATIONSTATECLASS
impl UnwindSafe for WINSTATIONSTATECLASS
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