Struct windows::Win32::UI::TabletPC::IInkCursorButton_Vtbl
#[repr(C)]pub struct IInkCursorButton_Vtbl {
pub base__: IDispatch_Vtbl,
pub Name: unsafe extern "system" fn(_: *mut c_void, _: *mut MaybeUninit<BSTR>) -> HRESULT,
pub Id: unsafe extern "system" fn(_: *mut c_void, _: *mut MaybeUninit<BSTR>) -> HRESULT,
pub State: unsafe extern "system" fn(_: *mut c_void, _: *mut InkCursorButtonState) -> HRESULT,
}
Fields§
§base__: IDispatch_Vtbl
§Name: unsafe extern "system" fn(_: *mut c_void, _: *mut MaybeUninit<BSTR>) -> HRESULT
§Id: unsafe extern "system" fn(_: *mut c_void, _: *mut MaybeUninit<BSTR>) -> HRESULT
§State: unsafe extern "system" fn(_: *mut c_void, _: *mut InkCursorButtonState) -> HRESULT
Implementations§
§impl IInkCursorButton_Vtbl
impl IInkCursorButton_Vtbl
pub const fn new<Identity, const OFFSET: isize>() -> IInkCursorButton_Vtblwhere
Identity: IInkCursorButton_Impl + IUnknownImpl,
pub fn matches(iid: &GUID) -> bool
Auto Trait Implementations§
impl Freeze for IInkCursorButton_Vtbl
impl RefUnwindSafe for IInkCursorButton_Vtbl
impl Send for IInkCursorButton_Vtbl
impl Sync for IInkCursorButton_Vtbl
impl Unpin for IInkCursorButton_Vtbl
impl UnwindSafe for IInkCursorButton_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