Struct windows::UI::Input::ICrossSlidingEventArgs_Vtbl
#[repr(C)]pub struct ICrossSlidingEventArgs_Vtbl {
pub base__: IInspectable_Vtbl,
pub PointerDeviceType: unsafe extern "system" fn(_: *mut c_void, _: *mut PointerDeviceType) -> HRESULT,
pub Position: unsafe extern "system" fn(_: *mut c_void, _: *mut Point) -> HRESULT,
pub CrossSlidingState: unsafe extern "system" fn(_: *mut c_void, _: *mut CrossSlidingState) -> HRESULT,
}
Fields§
§base__: IInspectable_Vtbl
§PointerDeviceType: unsafe extern "system" fn(_: *mut c_void, _: *mut PointerDeviceType) -> HRESULT
§Position: unsafe extern "system" fn(_: *mut c_void, _: *mut Point) -> HRESULT
§CrossSlidingState: unsafe extern "system" fn(_: *mut c_void, _: *mut CrossSlidingState) -> HRESULT
Auto Trait Implementations§
impl Freeze for ICrossSlidingEventArgs_Vtbl
impl RefUnwindSafe for ICrossSlidingEventArgs_Vtbl
impl Send for ICrossSlidingEventArgs_Vtbl
impl Sync for ICrossSlidingEventArgs_Vtbl
impl Unpin for ICrossSlidingEventArgs_Vtbl
impl UnwindSafe for ICrossSlidingEventArgs_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