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,
}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: i64Trait 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§
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