Struct IInkRecognizerContainer_Vtbl
#[repr(C)]pub struct IInkRecognizerContainer_Vtbl {
pub base__: IInspectable_Vtbl,
pub SetDefaultRecognizer: unsafe extern "system" fn(_: *mut c_void, _: *mut c_void) -> HRESULT,
pub RecognizeAsync: unsafe extern "system" fn(_: *mut c_void, _: *mut c_void, _: InkRecognitionTarget, _: *mut *mut c_void) -> HRESULT,
pub GetRecognizers: unsafe extern "system" fn(_: *mut c_void, _: *mut *mut c_void) -> HRESULT,
}
Fields§
§base__: IInspectable_Vtbl
§SetDefaultRecognizer: unsafe extern "system" fn(_: *mut c_void, _: *mut c_void) -> HRESULT
§RecognizeAsync: unsafe extern "system" fn(_: *mut c_void, _: *mut c_void, _: InkRecognitionTarget, _: *mut *mut c_void) -> HRESULT
§GetRecognizers: unsafe extern "system" fn(_: *mut c_void, _: *mut *mut c_void) -> HRESULT
Implementations§
§impl IInkRecognizerContainer_Vtbl
impl IInkRecognizerContainer_Vtbl
pub const fn new<Identity: IInkRecognizerContainer_Impl, const OFFSET: isize>() -> Self
pub fn matches(iid: &GUID) -> bool
Auto Trait Implementations§
impl Freeze for IInkRecognizerContainer_Vtbl
impl RefUnwindSafe for IInkRecognizerContainer_Vtbl
impl Send for IInkRecognizerContainer_Vtbl
impl Sync for IInkRecognizerContainer_Vtbl
impl Unpin for IInkRecognizerContainer_Vtbl
impl UnwindSafe for IInkRecognizerContainer_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