Struct windows_sys::Win32::System::RemoteDesktop::WTSINFOEX_LEVEL1_A
#[repr(C)]pub struct WTSINFOEX_LEVEL1_A {Show 17 fields
pub SessionId: u32,
pub SessionState: WTS_CONNECTSTATE_CLASS,
pub SessionFlags: i32,
pub WinStationName: [u8; 33],
pub UserName: [u8; 21],
pub DomainName: [u8; 18],
pub LogonTime: i64,
pub ConnectTime: i64,
pub DisconnectTime: i64,
pub LastInputTime: i64,
pub CurrentTime: i64,
pub IncomingBytes: u32,
pub OutgoingBytes: u32,
pub IncomingFrames: u32,
pub OutgoingFrames: u32,
pub IncomingCompressedBytes: u32,
pub OutgoingCompressedBytes: u32,
}
Fields§
§SessionId: u32
§SessionState: WTS_CONNECTSTATE_CLASS
§SessionFlags: i32
§WinStationName: [u8; 33]
§UserName: [u8; 21]
§DomainName: [u8; 18]
§LogonTime: i64
§ConnectTime: i64
§DisconnectTime: i64
§LastInputTime: i64
§CurrentTime: i64
§IncomingBytes: u32
§OutgoingBytes: u32
§IncomingFrames: u32
§OutgoingFrames: u32
§IncomingCompressedBytes: u32
§OutgoingCompressedBytes: u32
Trait Implementations§
§impl Clone for WTSINFOEX_LEVEL1_A
impl Clone for WTSINFOEX_LEVEL1_A
impl Copy for WTSINFOEX_LEVEL1_A
Auto Trait Implementations§
impl RefUnwindSafe for WTSINFOEX_LEVEL1_A
impl Send for WTSINFOEX_LEVEL1_A
impl Sync for WTSINFOEX_LEVEL1_A
impl Unpin for WTSINFOEX_LEVEL1_A
impl UnwindSafe for WTSINFOEX_LEVEL1_A
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