#[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_STATUSWRdsDisableClipValue: u32WRdsDisableLPTStatus: WRDS_SETTING_STATUSWRdsDisableLPTValue: u32WRdsDisableCcmStatus: WRDS_SETTING_STATUSWRdsDisableCcmValue: u32WRdsDisableCdmStatus: WRDS_SETTING_STATUSWRdsDisableCdmValue: u32WRdsDisableCpmStatus: WRDS_SETTING_STATUSWRdsDisableCpmValue: u32WRdsDisablePnpStatus: WRDS_SETTING_STATUSWRdsDisablePnpValue: u32WRdsEncryptionLevelStatus: WRDS_SETTING_STATUSWRdsEncryptionValue: u32WRdsColorDepthStatus: WRDS_SETTING_STATUSWRdsColorDepthValue: u32WRdsDisableAutoReconnecetStatus: WRDS_SETTING_STATUSWRdsDisableAutoReconnecetValue: u32WRdsDisableEncryptionStatus: WRDS_SETTING_STATUSWRdsDisableEncryptionValue: u32WRdsResetBrokenStatus: WRDS_SETTING_STATUSWRdsResetBrokenValue: u32WRdsMaxIdleTimeStatus: WRDS_SETTING_STATUSWRdsMaxIdleTimeValue: u32WRdsMaxDisconnectTimeStatus: WRDS_SETTING_STATUSWRdsMaxDisconnectTimeValue: u32WRdsMaxConnectTimeStatus: WRDS_SETTING_STATUSWRdsMaxConnectTimeValue: u32WRdsKeepAliveStatus: WRDS_SETTING_STATUSWRdsKeepAliveStartValue: BOOLEANWRdsKeepAliveIntervalValue: 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.