Trait windows::Win32::UI::TabletPC::IInkRecognitionAlternates_Impl
pub trait IInkRecognitionAlternates_Impl: Sized + IDispatch_Impl {
// Required methods
fn Count(&self) -> Result<i32>;
fn _NewEnum(&self) -> Result<IUnknown>;
fn Strokes(&self) -> Result<IInkStrokes>;
fn Item(&self, index: i32) -> Result<IInkRecognitionAlternate>;
}
Required Methods§
fn Count(&self) -> Result<i32>
fn _NewEnum(&self) -> Result<IUnknown>
fn Strokes(&self) -> Result<IInkStrokes>
fn Item(&self, index: i32) -> Result<IInkRecognitionAlternate>
Object Safety§
This trait is not object safe.