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_Foundation"
Fields§
§WRdsSettingType: WRDS_SETTING_TYPE§WRdsSettingLevel: WRDS_SETTING_LEVEL§WRdsSetting: WRDS_SETTINGTrait 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§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more