Struct windows_sys::Win32::System::RemoteDesktop::WTSINFOW
[−]#[repr(C)]pub struct WTSINFOW {Show 16 fields
pub State: WTS_CONNECTSTATE_CLASS,
pub SessionId: u32,
pub IncomingBytes: u32,
pub OutgoingBytes: u32,
pub IncomingFrames: u32,
pub OutgoingFrames: u32,
pub IncomingCompressedBytes: u32,
pub OutgoingCompressedBytes: u32,
pub WinStationName: [u16; 32],
pub Domain: [u16; 17],
pub UserName: [u16; 21],
pub ConnectTime: i64,
pub DisconnectTime: i64,
pub LastInputTime: i64,
pub LogonTime: i64,
pub CurrentTime: i64,
}
Expand description
Required features: ‘Win32_System_RemoteDesktop’
Fields
State: WTS_CONNECTSTATE_CLASS
SessionId: u32
IncomingBytes: u32
OutgoingBytes: u32
IncomingFrames: u32
OutgoingFrames: u32
IncomingCompressedBytes: u32
OutgoingCompressedBytes: u32
WinStationName: [u16; 32]
Domain: [u16; 17]
UserName: [u16; 21]
ConnectTime: i64
DisconnectTime: i64
LastInputTime: i64
LogonTime: i64
CurrentTime: i64
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for WTSINFOW
impl Send for WTSINFOW
impl Sync for WTSINFOW
impl Unpin for WTSINFOW
impl UnwindSafe for WTSINFOW
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcepub fn borrow_mut(&mut self) -> &mut T
pub fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more