Struct windows::Win32::UI::TabletPC::IHandwrittenTextInsertion_Vtbl
#[repr(C)]pub struct IHandwrittenTextInsertion_Vtbl {
pub base__: IUnknown_Vtbl,
pub InsertRecognitionResultsArray: unsafe extern "system" fn(_: *mut c_void, _: *const SAFEARRAY, _: u32, _: BOOL) -> HRESULT,
pub InsertInkRecognitionResult: unsafe extern "system" fn(_: *mut c_void, _: *mut c_void, _: u32, _: BOOL) -> HRESULT,
}
Fields§
§base__: IUnknown_Vtbl
§InsertRecognitionResultsArray: unsafe extern "system" fn(_: *mut c_void, _: *const SAFEARRAY, _: u32, _: BOOL) -> HRESULT
§InsertInkRecognitionResult: unsafe extern "system" fn(_: *mut c_void, _: *mut c_void, _: u32, _: BOOL) -> HRESULT
Implementations§
§impl IHandwrittenTextInsertion_Vtbl
impl IHandwrittenTextInsertion_Vtbl
pub const fn new<Identity, const OFFSET: isize>() -> IHandwrittenTextInsertion_Vtblwhere
Identity: IHandwrittenTextInsertion_Impl + IUnknownImpl,
pub fn matches(iid: &GUID) -> bool
Auto Trait Implementations§
impl Freeze for IHandwrittenTextInsertion_Vtbl
impl RefUnwindSafe for IHandwrittenTextInsertion_Vtbl
impl Send for IHandwrittenTextInsertion_Vtbl
impl Sync for IHandwrittenTextInsertion_Vtbl
impl Unpin for IHandwrittenTextInsertion_Vtbl
impl UnwindSafe for IHandwrittenTextInsertion_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