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: [CHAR; 33],
pub UserName: [CHAR; 21],
pub DomainName: [CHAR; 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,
}Expand description
Required features: "Win32_System_RemoteDesktop", "Win32_Foundation"
Fields
SessionId: u32SessionState: WTS_CONNECTSTATE_CLASSSessionFlags: i32WinStationName: [CHAR; 33]UserName: [CHAR; 21]DomainName: [CHAR; 18]LogonTime: i64ConnectTime: i64DisconnectTime: i64LastInputTime: i64CurrentTime: i64IncomingBytes: u32OutgoingBytes: u32IncomingFrames: u32OutgoingFrames: u32IncomingCompressedBytes: u32OutgoingCompressedBytes: u32Trait 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
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
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