Struct ITridentTouchInput_Vtbl
#[repr(C)]pub struct ITridentTouchInput_Vtbl {
pub base__: IUnknown_Vtbl,
pub OnPointerMessage: unsafe extern "system" fn(_: *mut c_void, _: u32, _: WPARAM, _: LPARAM, _: *mut BOOL) -> HRESULT,
}
Fields§
§base__: IUnknown_Vtbl
§OnPointerMessage: unsafe extern "system" fn(_: *mut c_void, _: u32, _: WPARAM, _: LPARAM, _: *mut BOOL) -> HRESULT
Implementations§
§impl ITridentTouchInput_Vtbl
impl ITridentTouchInput_Vtbl
pub const fn new<Identity: ITridentTouchInput_Impl, const OFFSET: isize>() -> Self
pub fn matches(iid: &GUID) -> bool
Auto Trait Implementations§
impl Freeze for ITridentTouchInput_Vtbl
impl RefUnwindSafe for ITridentTouchInput_Vtbl
impl Send for ITridentTouchInput_Vtbl
impl Sync for ITridentTouchInput_Vtbl
impl Unpin for ITridentTouchInput_Vtbl
impl UnwindSafe for ITridentTouchInput_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