windows::Win32::UI::TabletPC

Trait IInkRecognizerContext2_Impl

pub trait IInkRecognizerContext2_Impl: IDispatch_Impl {
    // Required methods
    fn EnabledUnicodeRanges(&self) -> Result<VARIANT>;
    fn SetEnabledUnicodeRanges(&self, unicoderanges: &VARIANT) -> Result<()>;
}

Required Methods§

fn EnabledUnicodeRanges(&self) -> Result<VARIANT>

fn SetEnabledUnicodeRanges(&self, unicoderanges: &VARIANT) -> 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§