#[repr(C)]
pub struct WINSTATIONCLIENT {
Show 35 fields pub Bitfields: ULONG, pub ClientName: [WCHAR; 21], pub Domain: [WCHAR; 18], pub UserName: [WCHAR; 21], pub Password: [WCHAR; 15], pub WorkDirectory: [WCHAR; 257], pub InitialProgram: [WCHAR; 257], pub SerialNumber: ULONG, pub EncryptionLevel: BYTE, pub ClientAddressFamily: ULONG, pub ClientAddress: [WCHAR; 31], pub HRes: USHORT, pub VRes: USHORT, pub ColorDepth: USHORT, pub ProtocolType: USHORT, pub KeyboardLayout: ULONG, pub KeyboardType: ULONG, pub KeyboardSubType: ULONG, pub KeyboardFunctionKey: ULONG, pub ImeFileName: [WCHAR; 33], pub ClientDirectory: [WCHAR; 257], pub ClientLicense: [WCHAR; 33], pub ClientModem: [WCHAR; 41], pub ClientBuildNumber: ULONG, pub ClientHardwareId: ULONG, pub ClientProductId: USHORT, pub OutBufCountHost: USHORT, pub OutBufCountClient: USHORT, pub OutBufLength: USHORT, pub AudioDriverName: [WCHAR; 9], pub ClientTimeZone: TS_TIME_ZONE_INFORMATION, pub ClientSessionId: ULONG, pub ClientDigProductId: [WCHAR; 32], pub PerformanceFlags: ULONG, pub ActiveInputLocale: ULONG,
}

Fields

Bitfields: ULONGClientName: [WCHAR; 21]Domain: [WCHAR; 18]UserName: [WCHAR; 21]Password: [WCHAR; 15]WorkDirectory: [WCHAR; 257]InitialProgram: [WCHAR; 257]SerialNumber: ULONGEncryptionLevel: BYTEClientAddressFamily: ULONGClientAddress: [WCHAR; 31]HRes: USHORTVRes: USHORTColorDepth: USHORTProtocolType: USHORTKeyboardLayout: ULONGKeyboardType: ULONGKeyboardSubType: ULONGKeyboardFunctionKey: ULONGImeFileName: [WCHAR; 33]ClientDirectory: [WCHAR; 257]ClientLicense: [WCHAR; 33]ClientModem: [WCHAR; 41]ClientBuildNumber: ULONGClientHardwareId: ULONGClientProductId: USHORTOutBufCountHost: USHORTOutBufCountClient: USHORTOutBufLength: USHORTAudioDriverName: [WCHAR; 9]ClientTimeZone: TS_TIME_ZONE_INFORMATIONClientSessionId: ULONGClientDigProductId: [WCHAR; 32]PerformanceFlags: ULONGActiveInputLocale: ULONG

Implementations

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

Performs the conversion.

Performs the conversion.

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.