Trait windows::Win32::UI::TextServices::ITfUIElement_Impl

pub trait ITfUIElement_Impl: Sized {
    // Required methods
    fn GetDescription(&self) -> Result<BSTR>;
    fn GetGUID(&self) -> Result<GUID>;
    fn Show(&self, bshow: BOOL) -> Result<()>;
    fn IsShown(&self) -> Result<BOOL>;
}

Required Methods§

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

fn GetGUID(&self) -> Result<GUID>

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

fn IsShown(&self) -> Result<BOOL>

Object Safety§

This trait is not object safe.

Implementors§