Struct windows::Win32::UI::TabletPC::ISketchInk_Vtbl
#[repr(C)]pub struct ISketchInk_Vtbl {
pub base__: IDispatch_Vtbl,
}
Fields§
§base__: IDispatch_Vtbl
Implementations§
§impl ISketchInk_Vtbl
impl ISketchInk_Vtbl
pub const fn new<Identity, const OFFSET: isize>() -> ISketchInk_Vtblwhere
Identity: ISketchInk_Impl + IUnknownImpl,
pub fn matches(iid: &GUID) -> bool
Auto Trait Implementations§
impl Freeze for ISketchInk_Vtbl
impl RefUnwindSafe for ISketchInk_Vtbl
impl Send for ISketchInk_Vtbl
impl Sync for ISketchInk_Vtbl
impl Unpin for ISketchInk_Vtbl
impl UnwindSafe for ISketchInk_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