windows::Win32::UI::TextServices

Trait ITfCandidateListUIElementBehavior_Impl

pub trait ITfCandidateListUIElementBehavior_Impl: ITfCandidateListUIElement_Impl {
    // Required methods
    fn SetSelection(&self, nindex: u32) -> Result<()>;
    fn Finalize(&self) -> Result<()>;
    fn Abort(&self) -> Result<()>;
}

Required Methods§

fn SetSelection(&self, nindex: u32) -> Result<()>

fn Finalize(&self) -> Result<()>

fn Abort(&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§