Struct ntapi::winsta::SESSIONIDW
source · [−]#[repr(C)]pub struct SESSIONIDW {
pub u: SESSIONIDW_u,
pub WinStationName: WINSTATIONNAME,
pub State: WINSTATIONSTATECLASS,
}
Fields
u: SESSIONIDW_u
WinStationName: WINSTATIONNAME
State: WINSTATIONSTATECLASS
Trait Implementations
sourceimpl Clone for SESSIONIDW
impl Clone for SESSIONIDW
sourcefn clone(&self) -> SESSIONIDW
fn clone(&self) -> SESSIONIDW
Returns a copy of the value. Read more
1.0.0 · sourcefn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from source
. Read more
impl Copy for SESSIONIDW
Auto Trait Implementations
impl RefUnwindSafe for SESSIONIDW
impl Send for SESSIONIDW
impl Sync for SESSIONIDW
impl Unpin for SESSIONIDW
impl UnwindSafe for SESSIONIDW
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more