windows::Win32::UI::TabletPC

Trait IInkGesture_Impl

pub trait IInkGesture_Impl: IDispatch_Impl {
    // Required methods
    fn Confidence(&self) -> Result<InkRecognitionConfidence>;
    fn Id(&self) -> Result<InkApplicationGesture>;
    fn GetHotPoint(&self, x: *mut i32, y: *mut i32) -> Result<()>;
}

Required Methods§

fn Confidence(&self) -> Result<InkRecognitionConfidence>

fn Id(&self) -> Result<InkApplicationGesture>

fn GetHotPoint(&self, x: *mut i32, y: *mut i32) -> 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§