#[repr(C)]
pub struct WRDS_SETTINGS_1 {
Show 31 fields pub WRdsDisableClipStatus: WRDS_SETTING_STATUS, pub WRdsDisableClipValue: u32, pub WRdsDisableLPTStatus: WRDS_SETTING_STATUS, pub WRdsDisableLPTValue: u32, pub WRdsDisableCcmStatus: WRDS_SETTING_STATUS, pub WRdsDisableCcmValue: u32, pub WRdsDisableCdmStatus: WRDS_SETTING_STATUS, pub WRdsDisableCdmValue: u32, pub WRdsDisableCpmStatus: WRDS_SETTING_STATUS, pub WRdsDisableCpmValue: u32, pub WRdsDisablePnpStatus: WRDS_SETTING_STATUS, pub WRdsDisablePnpValue: u32, pub WRdsEncryptionLevelStatus: WRDS_SETTING_STATUS, pub WRdsEncryptionValue: u32, pub WRdsColorDepthStatus: WRDS_SETTING_STATUS, pub WRdsColorDepthValue: u32, pub WRdsDisableAutoReconnecetStatus: WRDS_SETTING_STATUS, pub WRdsDisableAutoReconnecetValue: u32, pub WRdsDisableEncryptionStatus: WRDS_SETTING_STATUS, pub WRdsDisableEncryptionValue: u32, pub WRdsResetBrokenStatus: WRDS_SETTING_STATUS, pub WRdsResetBrokenValue: u32, pub WRdsMaxIdleTimeStatus: WRDS_SETTING_STATUS, pub WRdsMaxIdleTimeValue: u32, pub WRdsMaxDisconnectTimeStatus: WRDS_SETTING_STATUS, pub WRdsMaxDisconnectTimeValue: u32, pub WRdsMaxConnectTimeStatus: WRDS_SETTING_STATUS, pub WRdsMaxConnectTimeValue: u32, pub WRdsKeepAliveStatus: WRDS_SETTING_STATUS, pub WRdsKeepAliveStartValue: BOOLEAN, pub WRdsKeepAliveIntervalValue: u32,
}
Expand description

Required features: "Win32_System_RemoteDesktop", "Win32_Foundation"

Fields§

§WRdsDisableClipStatus: WRDS_SETTING_STATUS§WRdsDisableClipValue: u32§WRdsDisableLPTStatus: WRDS_SETTING_STATUS§WRdsDisableLPTValue: u32§WRdsDisableCcmStatus: WRDS_SETTING_STATUS§WRdsDisableCcmValue: u32§WRdsDisableCdmStatus: WRDS_SETTING_STATUS§WRdsDisableCdmValue: u32§WRdsDisableCpmStatus: WRDS_SETTING_STATUS§WRdsDisableCpmValue: u32§WRdsDisablePnpStatus: WRDS_SETTING_STATUS§WRdsDisablePnpValue: u32§WRdsEncryptionLevelStatus: WRDS_SETTING_STATUS§WRdsEncryptionValue: u32§WRdsColorDepthStatus: WRDS_SETTING_STATUS§WRdsColorDepthValue: u32§WRdsDisableAutoReconnecetStatus: WRDS_SETTING_STATUS§WRdsDisableAutoReconnecetValue: u32§WRdsDisableEncryptionStatus: WRDS_SETTING_STATUS§WRdsDisableEncryptionValue: u32§WRdsResetBrokenStatus: WRDS_SETTING_STATUS§WRdsResetBrokenValue: u32§WRdsMaxIdleTimeStatus: WRDS_SETTING_STATUS§WRdsMaxIdleTimeValue: u32§WRdsMaxDisconnectTimeStatus: WRDS_SETTING_STATUS§WRdsMaxDisconnectTimeValue: u32§WRdsMaxConnectTimeStatus: WRDS_SETTING_STATUS§WRdsMaxConnectTimeValue: u32§WRdsKeepAliveStatus: WRDS_SETTING_STATUS§WRdsKeepAliveStartValue: BOOLEAN§WRdsKeepAliveIntervalValue: u32

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.