Trait ITfSystemLangBarItem_Impl
pub trait ITfSystemLangBarItem_Impl: IUnknownImpl {
// Required methods
fn SetIcon(&self, hicon: HICON) -> Result<()>;
fn SetTooltipString(&self, pchtooltip: &PCWSTR, cch: u32) -> Result<()>;
}
Required Methods§
fn SetIcon(&self, hicon: HICON) -> Result<()>
fn SetTooltipString(&self, pchtooltip: &PCWSTR, cch: u32) -> 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.