Struct windows_native::winsta::WINSTATIONINFORMATIONEX_LEVEL1
source ยท #[repr(C)]pub struct WINSTATIONINFORMATIONEX_LEVEL1 {
pub SessionId: u32,
pub SessionState: WINSTATIONSTATECLASS,
pub SessionFlags: i32,
pub WinStationName: [u16; 33],
pub UserName: [u16; 21],
pub DomainName: [u16; 18],
pub LogonTime: i64,
pub ConnectTime: i64,
pub DisconnectTime: i64,
pub LastInputTime: i64,
pub CurrentTime: i64,
pub ProtocolStatus: PROTOCOLSTATUS,
}Fieldsยง
ยงSessionId: u32ยงSessionState: WINSTATIONSTATECLASSยงSessionFlags: i32ยงWinStationName: [u16; 33]ยงUserName: [u16; 21]ยงDomainName: [u16; 18]ยงLogonTime: i64ยงConnectTime: i64ยงDisconnectTime: i64ยงLastInputTime: i64ยงCurrentTime: i64ยงProtocolStatus: PROTOCOLSTATUSTrait Implementationsยง
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ยง
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