#[repr(C)]
pub struct WTSUSERCONFIGA {
Show 18 fields pub Source: u32, pub InheritInitialProgram: u32, pub AllowLogonTerminalServer: u32, pub TimeoutSettingsConnections: u32, pub TimeoutSettingsDisconnections: u32, pub TimeoutSettingsIdle: u32, pub DeviceClientDrives: u32, pub DeviceClientPrinters: u32, pub ClientDefaultPrinter: u32, pub BrokenTimeoutSettings: u32, pub ReconnectSettings: u32, pub ShadowingSettings: u32, pub TerminalServerRemoteHomeDir: u32, pub InitialProgram: [CHAR; 261], pub WorkDirectory: [CHAR; 261], pub TerminalServerProfilePath: [CHAR; 261], pub TerminalServerHomeDir: [CHAR; 261], pub TerminalServerHomeDirDrive: [CHAR; 4],
}
Expand description

Required features: "Win32_System_RemoteDesktop", "Win32_Foundation"

Fields§

§Source: u32§InheritInitialProgram: u32§AllowLogonTerminalServer: u32§TimeoutSettingsConnections: u32§TimeoutSettingsDisconnections: u32§TimeoutSettingsIdle: u32§DeviceClientDrives: u32§DeviceClientPrinters: u32§ClientDefaultPrinter: u32§BrokenTimeoutSettings: u32§ReconnectSettings: u32§ShadowingSettings: u32§TerminalServerRemoteHomeDir: u32§InitialProgram: [CHAR; 261]§WorkDirectory: [CHAR; 261]§TerminalServerProfilePath: [CHAR; 261]§TerminalServerHomeDir: [CHAR; 261]§TerminalServerHomeDirDrive: [CHAR; 4]

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.