Struct IInkManager_Vtbl
#[repr(C)]pub struct IInkManager_Vtbl {
pub base__: IInspectable_Vtbl,
pub Mode: unsafe extern "system" fn(_: *mut c_void, _: *mut InkManipulationMode) -> HRESULT,
pub SetMode: unsafe extern "system" fn(_: *mut c_void, _: InkManipulationMode) -> HRESULT,
pub ProcessPointerDown: unsafe extern "system" fn(_: *mut c_void, _: *mut c_void) -> HRESULT,
pub ProcessPointerUpdate: unsafe extern "system" fn(_: *mut c_void, _: *mut c_void, _: *mut *mut c_void) -> HRESULT,
pub ProcessPointerUp: unsafe extern "system" fn(_: *mut c_void, _: *mut c_void, _: *mut Rect) -> HRESULT,
pub SetDefaultDrawingAttributes: unsafe extern "system" fn(_: *mut c_void, _: *mut c_void) -> HRESULT,
pub RecognizeAsync: unsafe extern "system" fn(_: *mut c_void, _: InkRecognitionTarget, _: *mut *mut c_void) -> HRESULT,
}Fields§
§base__: IInspectable_Vtbl§Mode: unsafe extern "system" fn(_: *mut c_void, _: *mut InkManipulationMode) -> HRESULT§SetMode: unsafe extern "system" fn(_: *mut c_void, _: InkManipulationMode) -> HRESULT§ProcessPointerDown: unsafe extern "system" fn(_: *mut c_void, _: *mut c_void) -> HRESULT§ProcessPointerUpdate: unsafe extern "system" fn(_: *mut c_void, _: *mut c_void, _: *mut *mut c_void) -> HRESULT§ProcessPointerUp: unsafe extern "system" fn(_: *mut c_void, _: *mut c_void, _: *mut Rect) -> HRESULT§SetDefaultDrawingAttributes: unsafe extern "system" fn(_: *mut c_void, _: *mut c_void) -> HRESULT§RecognizeAsync: unsafe extern "system" fn(_: *mut c_void, _: InkRecognitionTarget, _: *mut *mut c_void) -> HRESULTAuto Trait Implementations§
impl Freeze for IInkManager_Vtbl
impl RefUnwindSafe for IInkManager_Vtbl
impl Send for IInkManager_Vtbl
impl Sync for IInkManager_Vtbl
impl Unpin for IInkManager_Vtbl
impl UnwindSafe for IInkManager_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