windows::Win32::UI::TabletPC

Trait ITipAutoCompleteProvider_Impl

pub trait ITipAutoCompleteProvider_Impl: IUnknownImpl {
    // Required methods
    fn UpdatePendingText(&self, bstrpendingtext: &BSTR) -> Result<()>;
    fn Show(&self, fshow: BOOL) -> Result<()>;
}

Required Methods§

fn UpdatePendingText(&self, bstrpendingtext: &BSTR) -> Result<()>

fn Show(&self, fshow: BOOL) -> 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§