Trait IRemoteDesktopClientSettings_Impl
pub trait IRemoteDesktopClientSettings_Impl: IDispatch_Impl {
// Required methods
fn ApplySettings(&self, rdpfilecontents: &BSTR) -> Result<()>;
fn RetrieveSettings(&self) -> Result<BSTR>;
fn GetRdpProperty(&self, propertyname: &BSTR) -> Result<VARIANT>;
fn SetRdpProperty(&self, propertyname: &BSTR, value: &VARIANT) -> Result<()>;
}
Required Methods§
fn ApplySettings(&self, rdpfilecontents: &BSTR) -> Result<()>
fn RetrieveSettings(&self) -> Result<BSTR>
fn GetRdpProperty(&self, propertyname: &BSTR) -> Result<VARIANT>
fn SetRdpProperty(&self, propertyname: &BSTR, value: &VARIANT) -> Result<()>
Dyn Compatibility§
This trait is not dyn compatible.
In older versions of Rust, dyn compatibility was called "object safety", so this trait is not object safe.