windows::Win32::UI::TextServices

Trait ITfLangBarItem_Impl

pub trait ITfLangBarItem_Impl: IUnknownImpl {
    // Required methods
    fn GetInfo(&self, pinfo: *mut TF_LANGBARITEMINFO) -> Result<()>;
    fn GetStatus(&self) -> Result<u32>;
    fn Show(&self, fshow: BOOL) -> Result<()>;
    fn GetTooltipString(&self) -> Result<BSTR>;
}

Required Methods§

fn GetInfo(&self, pinfo: *mut TF_LANGBARITEMINFO) -> Result<()>

fn GetStatus(&self) -> Result<u32>

fn Show(&self, fshow: BOOL) -> Result<()>

fn GetTooltipString(&self) -> Result<BSTR>

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.

Implementors§