Trait IRDPSRAPIApplication_Impl
pub trait IRDPSRAPIApplication_Impl: IDispatch_Impl {
// Required methods
fn Windows(&self) -> Result<IRDPSRAPIWindowList>;
fn Id(&self) -> Result<i32>;
fn Shared(&self) -> Result<VARIANT_BOOL>;
fn SetShared(&self, newval: VARIANT_BOOL) -> Result<()>;
fn Name(&self) -> Result<BSTR>;
fn Flags(&self) -> Result<u32>;
}
Required Methods§
fn Windows(&self) -> Result<IRDPSRAPIWindowList>
fn Id(&self) -> Result<i32>
fn Name(&self) -> Result<BSTR>
fn Flags(&self) -> Result<u32>
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.