Struct ntapi::winsta::WINSTATIONINFORMATIONEX_LEVEL2  
source · [−]#[repr(C)]pub struct WINSTATIONINFORMATIONEX_LEVEL2 {Show 14 fields
    pub SessionId: ULONG,
    pub SessionState: WINSTATIONSTATECLASS,
    pub SessionFlags: LONG,
    pub WinStationName: WINSTATIONNAME,
    pub SamCompatibleUserName: [WCHAR; 21],
    pub SamCompatibleDomainName: [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,
    pub UserName: [WCHAR; 257],
    pub DomainName: [WCHAR; 256],
}Fields
SessionId: ULONGSessionState: WINSTATIONSTATECLASSSessionFlags: LONGWinStationName: WINSTATIONNAMESamCompatibleUserName: [WCHAR; 21]SamCompatibleDomainName: [WCHAR; 18]LogonTime: LARGE_INTEGERConnectTime: LARGE_INTEGERDisconnectTime: LARGE_INTEGERLastInputTime: LARGE_INTEGERCurrentTime: LARGE_INTEGERProtocolStatus: PROTOCOLSTATUSUserName: [WCHAR; 257]DomainName: [WCHAR; 256]Trait Implementations
sourceimpl Clone for WINSTATIONINFORMATIONEX_LEVEL2
 
impl Clone for WINSTATIONINFORMATIONEX_LEVEL2
sourcefn clone(&self) -> WINSTATIONINFORMATIONEX_LEVEL2
 
fn clone(&self) -> WINSTATIONINFORMATIONEX_LEVEL2
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_LEVEL2
Auto Trait Implementations
impl RefUnwindSafe for WINSTATIONINFORMATIONEX_LEVEL2
impl Send for WINSTATIONINFORMATIONEX_LEVEL2
impl Sync for WINSTATIONINFORMATIONEX_LEVEL2
impl Unpin for WINSTATIONINFORMATIONEX_LEVEL2
impl UnwindSafe for WINSTATIONINFORMATIONEX_LEVEL2
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