Struct windows::Win32::UI::TabletPC::IInkRecognitionResult_Vtbl
#[repr(C)]pub struct IInkRecognitionResult_Vtbl {
pub base__: IDispatch_Vtbl,
pub TopString: unsafe extern "system" fn(_: *mut c_void, _: *mut MaybeUninit<BSTR>) -> HRESULT,
pub TopAlternate: unsafe extern "system" fn(_: *mut c_void, _: *mut *mut c_void) -> HRESULT,
pub TopConfidence: unsafe extern "system" fn(_: *mut c_void, _: *mut InkRecognitionConfidence) -> HRESULT,
pub Strokes: unsafe extern "system" fn(_: *mut c_void, _: *mut *mut c_void) -> HRESULT,
pub AlternatesFromSelection: unsafe extern "system" fn(_: *mut c_void, _: i32, _: i32, _: i32, _: *mut *mut c_void) -> HRESULT,
pub ModifyTopAlternate: unsafe extern "system" fn(_: *mut c_void, _: *mut c_void) -> HRESULT,
pub SetResultOnStrokes: unsafe extern "system" fn(_: *mut c_void) -> HRESULT,
}
Fields§
§base__: IDispatch_Vtbl
§TopString: unsafe extern "system" fn(_: *mut c_void, _: *mut MaybeUninit<BSTR>) -> HRESULT
§TopAlternate: unsafe extern "system" fn(_: *mut c_void, _: *mut *mut c_void) -> HRESULT
§TopConfidence: unsafe extern "system" fn(_: *mut c_void, _: *mut InkRecognitionConfidence) -> HRESULT
§Strokes: unsafe extern "system" fn(_: *mut c_void, _: *mut *mut c_void) -> HRESULT
§AlternatesFromSelection: unsafe extern "system" fn(_: *mut c_void, _: i32, _: i32, _: i32, _: *mut *mut c_void) -> HRESULT
§ModifyTopAlternate: unsafe extern "system" fn(_: *mut c_void, _: *mut c_void) -> HRESULT
§SetResultOnStrokes: unsafe extern "system" fn(_: *mut c_void) -> HRESULT
Implementations§
§impl IInkRecognitionResult_Vtbl
impl IInkRecognitionResult_Vtbl
pub const fn new<Identity, const OFFSET: isize>() -> IInkRecognitionResult_Vtblwhere
Identity: IInkRecognitionResult_Impl + IUnknownImpl,
pub fn matches(iid: &GUID) -> bool
Auto Trait Implementations§
impl Freeze for IInkRecognitionResult_Vtbl
impl RefUnwindSafe for IInkRecognitionResult_Vtbl
impl Send for IInkRecognitionResult_Vtbl
impl Sync for IInkRecognitionResult_Vtbl
impl Unpin for IInkRecognitionResult_Vtbl
impl UnwindSafe for IInkRecognitionResult_Vtbl
Blanket Implementations§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more