Struct windows_sys::Win32::System::RemoteDesktop::WRDS_SETTINGS
[−]#[repr(C)]pub struct WRDS_SETTINGS {
pub WRdsSettingType: WRDS_SETTING_TYPE,
pub WRdsSettingLevel: WRDS_SETTING_LEVEL,
pub WRdsSetting: WRDS_SETTING,
}
Expand description
Required features: "Win32_System_RemoteDesktop"
, "Win32_Foundation"
Fields
WRdsSettingType: WRDS_SETTING_TYPE
WRdsSettingLevel: WRDS_SETTING_LEVEL
WRdsSetting: WRDS_SETTING
Trait Implementations
impl Clone for WRDS_SETTINGS
impl Clone for WRDS_SETTINGS
impl Copy for WRDS_SETTINGS
Auto Trait Implementations
impl RefUnwindSafe for WRDS_SETTINGS
impl Send for WRDS_SETTINGS
impl Sync for WRDS_SETTINGS
impl Unpin for WRDS_SETTINGS
impl UnwindSafe for WRDS_SETTINGS
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more