Struct ntapi::winsta::WINSTATIONINFORMATIONEX_LEVEL1
source · [−]#[repr(C)]pub struct WINSTATIONINFORMATIONEX_LEVEL1 {
pub SessionId: ULONG,
pub SessionState: WINSTATIONSTATECLASS,
pub SessionFlags: LONG,
pub WinStationName: WINSTATIONNAME,
pub UserName: [WCHAR; 21],
pub DomainName: [WCHAR; 18],
pub LogonTime: LARGE_INTEGER,
pub ConnectTime: LARGE_INTEGER,
pub DisconnectTime: LARGE_INTEGER,
pub LastInputTime: LARGE_INTEGER,
pub CurrentTime: LARGE_INTEGER,
pub ProtocolStatus: PROTOCOLSTATUS,
}
Fields
SessionId: ULONG
SessionState: WINSTATIONSTATECLASS
SessionFlags: LONG
WinStationName: WINSTATIONNAME
UserName: [WCHAR; 21]
DomainName: [WCHAR; 18]
LogonTime: LARGE_INTEGER
ConnectTime: LARGE_INTEGER
DisconnectTime: LARGE_INTEGER
LastInputTime: LARGE_INTEGER
CurrentTime: LARGE_INTEGER
ProtocolStatus: PROTOCOLSTATUS
Trait Implementations
sourceimpl Clone for WINSTATIONINFORMATIONEX_LEVEL1
impl Clone for WINSTATIONINFORMATIONEX_LEVEL1
sourcefn clone(&self) -> WINSTATIONINFORMATIONEX_LEVEL1
fn clone(&self) -> WINSTATIONINFORMATIONEX_LEVEL1
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 WINSTATIONINFORMATIONEX_LEVEL1
Auto Trait Implementations
impl RefUnwindSafe for WINSTATIONINFORMATIONEX_LEVEL1
impl Send for WINSTATIONINFORMATIONEX_LEVEL1
impl Sync for WINSTATIONINFORMATIONEX_LEVEL1
impl Unpin for WINSTATIONINFORMATIONEX_LEVEL1
impl UnwindSafe for WINSTATIONINFORMATIONEX_LEVEL1
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