#[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_CLASSSessionId: u32IncomingBytes: u32OutgoingBytes: u32IncomingFrames: u32OutgoingFrames: u32IncomingCompressedBytes: u32OutgoingCompressedBytes: u32WinStationName: [u16; 32]Domain: [u16; 17]UserName: [u16; 21]ConnectTime: i64DisconnectTime: i64LastInputTime: i64LogonTime: i64CurrentTime: i64

Trait Implementations

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

Auto Trait Implementations

Blanket Implementations

Gets the TypeId of self. Read more

Immutably borrows from an owned value. Read more

Mutably borrows from an owned value. Read more

Returns the argument unchanged.

Calls U::from(self).

That is, this conversion is whatever the implementation of From<T> for U chooses to do.

The type returned in the event of a conversion error.

Performs the conversion.

The type returned in the event of a conversion error.

Performs the conversion.