windows::Win32::UI::TabletPC

Trait IInkRecognizer_Impl

pub trait IInkRecognizer_Impl: IDispatch_Impl {
    // Required methods
    fn Name(&self) -> Result<BSTR>;
    fn Vendor(&self) -> Result<BSTR>;
    fn Capabilities(&self) -> Result<InkRecognizerCapabilities>;
    fn Languages(&self) -> Result<VARIANT>;
    fn SupportedProperties(&self) -> Result<VARIANT>;
    fn PreferredPacketDescription(&self) -> Result<VARIANT>;
    fn CreateRecognizerContext(&self) -> Result<IInkRecognizerContext>;
}

Required Methods§

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

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

fn Capabilities(&self) -> Result<InkRecognizerCapabilities>

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

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

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

fn CreateRecognizerContext(&self) -> Result<IInkRecognizerContext>

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§