Trait IDeskBar_Impl
pub trait IDeskBar_Impl: IOleWindow_Impl {
// Required methods
fn SetClient(&self, punkclient: Ref<'_, IUnknown>) -> Result<()>;
fn GetClient(&self) -> Result<IUnknown>;
fn OnPosRectChangeDB(&self, prc: *const RECT) -> Result<()>;
}
Required Methods§
fn SetClient(&self, punkclient: Ref<'_, IUnknown>) -> Result<()>
fn GetClient(&self) -> Result<IUnknown>
fn OnPosRectChangeDB(&self, prc: *const RECT) -> 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.