Struct ITouchpadGesturesController_Vtbl
#[repr(C)]pub struct ITouchpadGesturesController_Vtbl {Show 13 fields
pub base__: IInspectable_Vtbl,
pub GesturesEnabled: unsafe extern "system" fn(_: *mut c_void, _: *mut bool) -> HRESULT,
pub SetGesturesEnabled: unsafe extern "system" fn(_: *mut c_void, _: bool) -> HRESULT,
pub SupportedGestures: unsafe extern "system" fn(_: *mut c_void, _: *mut TouchpadGlobalGestureKinds) -> HRESULT,
pub SetSupportedGestures: unsafe extern "system" fn(_: *mut c_void, _: TouchpadGlobalGestureKinds) -> HRESULT,
pub PointerPressed: unsafe extern "system" fn(_: *mut c_void, _: *mut c_void, _: *mut i64) -> HRESULT,
pub RemovePointerPressed: unsafe extern "system" fn(_: *mut c_void, _: i64) -> HRESULT,
pub PointerMoved: unsafe extern "system" fn(_: *mut c_void, _: *mut c_void, _: *mut i64) -> HRESULT,
pub RemovePointerMoved: unsafe extern "system" fn(_: *mut c_void, _: i64) -> HRESULT,
pub PointerReleased: unsafe extern "system" fn(_: *mut c_void, _: *mut c_void, _: *mut i64) -> HRESULT,
pub RemovePointerReleased: unsafe extern "system" fn(_: *mut c_void, _: i64) -> HRESULT,
pub TouchpadGlobalActionPerformed: unsafe extern "system" fn(_: *mut c_void, _: *mut c_void, _: *mut i64) -> HRESULT,
pub RemoveTouchpadGlobalActionPerformed: unsafe extern "system" fn(_: *mut c_void, _: i64) -> HRESULT,
}
Fields§
§base__: IInspectable_Vtbl
§GesturesEnabled: unsafe extern "system" fn(_: *mut c_void, _: *mut bool) -> HRESULT
§SetGesturesEnabled: unsafe extern "system" fn(_: *mut c_void, _: bool) -> HRESULT
§SupportedGestures: unsafe extern "system" fn(_: *mut c_void, _: *mut TouchpadGlobalGestureKinds) -> HRESULT
§SetSupportedGestures: unsafe extern "system" fn(_: *mut c_void, _: TouchpadGlobalGestureKinds) -> HRESULT
§PointerPressed: unsafe extern "system" fn(_: *mut c_void, _: *mut c_void, _: *mut i64) -> HRESULT
§RemovePointerPressed: unsafe extern "system" fn(_: *mut c_void, _: i64) -> HRESULT
§PointerMoved: unsafe extern "system" fn(_: *mut c_void, _: *mut c_void, _: *mut i64) -> HRESULT
§RemovePointerMoved: unsafe extern "system" fn(_: *mut c_void, _: i64) -> HRESULT
§PointerReleased: unsafe extern "system" fn(_: *mut c_void, _: *mut c_void, _: *mut i64) -> HRESULT
§RemovePointerReleased: unsafe extern "system" fn(_: *mut c_void, _: i64) -> HRESULT
§TouchpadGlobalActionPerformed: unsafe extern "system" fn(_: *mut c_void, _: *mut c_void, _: *mut i64) -> HRESULT
§RemoveTouchpadGlobalActionPerformed: unsafe extern "system" fn(_: *mut c_void, _: i64) -> HRESULT
Auto Trait Implementations§
impl Freeze for ITouchpadGesturesController_Vtbl
impl RefUnwindSafe for ITouchpadGesturesController_Vtbl
impl Send for ITouchpadGesturesController_Vtbl
impl Sync for ITouchpadGesturesController_Vtbl
impl Unpin for ITouchpadGesturesController_Vtbl
impl UnwindSafe for ITouchpadGesturesController_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