#[repr(C)]
pub struct WTSCLIENTW {
Show 19 fields pub ClientName: [u16; 21], pub Domain: [u16; 18], pub UserName: [u16; 21], pub WorkDirectory: [u16; 261], pub InitialProgram: [u16; 261], pub EncryptionLevel: u8, pub ClientAddressFamily: u32, pub ClientAddress: [u16; 31], pub HRes: u16, pub VRes: u16, pub ColorDepth: u16, pub ClientDirectory: [u16; 261], pub ClientBuildNumber: u32, pub ClientHardwareId: u32, pub ClientProductId: u16, pub OutBufCountHost: u16, pub OutBufCountClient: u16, pub OutBufLength: u16, pub DeviceId: [u16; 261],
}
Expand description

Required features: "Win32_System_RemoteDesktop"

Fields

ClientName: [u16; 21]Domain: [u16; 18]UserName: [u16; 21]WorkDirectory: [u16; 261]InitialProgram: [u16; 261]EncryptionLevel: u8ClientAddressFamily: u32ClientAddress: [u16; 31]HRes: u16VRes: u16ColorDepth: u16ClientDirectory: [u16; 261]ClientBuildNumber: u32ClientHardwareId: u32ClientProductId: u16OutBufCountHost: u16OutBufCountClient: u16OutBufLength: u16DeviceId: [u16; 261]

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.