Struct windows::Win32::UI::TabletPC::IInkTablet3_Vtbl
#[repr(C)]pub struct IInkTablet3_Vtbl {
pub base__: IDispatch_Vtbl,
pub IsMultiTouch: unsafe extern "system" fn(_: *mut c_void, _: *mut VARIANT_BOOL) -> HRESULT,
pub MaximumCursors: unsafe extern "system" fn(_: *mut c_void, _: *mut u32) -> HRESULT,
}
Fields§
§base__: IDispatch_Vtbl
§IsMultiTouch: unsafe extern "system" fn(_: *mut c_void, _: *mut VARIANT_BOOL) -> HRESULT
§MaximumCursors: unsafe extern "system" fn(_: *mut c_void, _: *mut u32) -> HRESULT
Implementations§
§impl IInkTablet3_Vtbl
impl IInkTablet3_Vtbl
pub const fn new<Identity, const OFFSET: isize>() -> IInkTablet3_Vtblwhere
Identity: IInkTablet3_Impl + IUnknownImpl,
pub fn matches(iid: &GUID) -> bool
Auto Trait Implementations§
impl Freeze for IInkTablet3_Vtbl
impl RefUnwindSafe for IInkTablet3_Vtbl
impl Send for IInkTablet3_Vtbl
impl Sync for IInkTablet3_Vtbl
impl Unpin for IInkTablet3_Vtbl
impl UnwindSafe for IInkTablet3_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