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