windows::Win32::UI::TextServices

Trait ITfTextInputProcessor_Impl

pub trait ITfTextInputProcessor_Impl: IUnknownImpl {
    // Required methods
    fn Activate(&self, ptim: Ref<'_, ITfThreadMgr>, tid: u32) -> Result<()>;
    fn Deactivate(&self) -> Result<()>;
}

Required Methods§

fn Activate(&self, ptim: Ref<'_, ITfThreadMgr>, tid: u32) -> Result<()>

fn Deactivate(&self) -> 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.

Implementors§