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