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