#[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_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§

§

impl Clone for WRDS_SETTINGS_1

§

fn clone(&self) -> Self

Returns a copy of the value. Read more
1.0.0 · source§

fn clone_from(&mut self, source: &Self)

Performs copy-assignment from source. Read more
§

impl Copy for WRDS_SETTINGS_1

Auto Trait Implementations§

Blanket Implementations§

source§

impl<T> Any for Twhere T: 'static + ?Sized,

source§

fn type_id(&self) -> TypeId

Gets the TypeId of self. Read more
source§

impl<T> Borrow<T> for Twhere T: ?Sized,

source§

fn borrow(&self) -> &T

Immutably borrows from an owned value. Read more
source§

impl<T> BorrowMut<T> for Twhere T: ?Sized,

source§

fn borrow_mut(&mut self) -> &mut T

Mutably borrows from an owned value. Read more
source§

impl<T> From<T> for T

source§

fn from(t: T) -> T

Returns the argument unchanged.

source§

impl<T, U> Into<U> for Twhere U: From<T>,

source§

fn into(self) -> U

Calls U::from(self).

That is, this conversion is whatever the implementation of From<T> for U chooses to do.

source§

impl<T, U> TryFrom<U> for Twhere U: Into<T>,

§

type Error = Infallible

The type returned in the event of a conversion error.
source§

fn try_from(value: U) -> Result<T, <T as TryFrom<U>>::Error>

Performs the conversion.
source§

impl<T, U> TryInto<U> for Twhere U: TryFrom<T>,

§

type Error = <U as TryFrom<T>>::Error

The type returned in the event of a conversion error.
source§

fn try_into(self) -> Result<U, <U as TryFrom<T>>::Error>

Performs the conversion.