#[repr(C)]pub struct IKinectTappedEventArgsVtbl {
pub QueryInterface: Option<unsafe extern "C" fn(This: *mut IKinectTappedEventArgs, riid: *const IID, ppvObject: *mut *mut c_void) -> HRESULT>,
pub AddRef: Option<unsafe extern "C" fn(This: *mut IKinectTappedEventArgs) -> ULONG>,
pub Release: Option<unsafe extern "C" fn(This: *mut IKinectTappedEventArgs) -> ULONG>,
pub get_PointerDeviceType: Option<unsafe extern "C" fn(This: *mut IKinectTappedEventArgs, value: *mut PointerDeviceType) -> HRESULT>,
pub get_Position: Option<unsafe extern "C" fn(This: *mut IKinectTappedEventArgs, value: *mut PointF) -> HRESULT>,
pub get_TapCount: Option<unsafe extern "C" fn(This: *mut IKinectTappedEventArgs, value: *mut UINT) -> HRESULT>,
}Fields§
§QueryInterface: Option<unsafe extern "C" fn(This: *mut IKinectTappedEventArgs, riid: *const IID, ppvObject: *mut *mut c_void) -> HRESULT>§AddRef: Option<unsafe extern "C" fn(This: *mut IKinectTappedEventArgs) -> ULONG>§Release: Option<unsafe extern "C" fn(This: *mut IKinectTappedEventArgs) -> ULONG>§get_PointerDeviceType: Option<unsafe extern "C" fn(This: *mut IKinectTappedEventArgs, value: *mut PointerDeviceType) -> HRESULT>§get_Position: Option<unsafe extern "C" fn(This: *mut IKinectTappedEventArgs, value: *mut PointF) -> HRESULT>§get_TapCount: Option<unsafe extern "C" fn(This: *mut IKinectTappedEventArgs, value: *mut UINT) -> HRESULT>Trait Implementations§
Source§impl Debug for IKinectTappedEventArgsVtbl
impl Debug for IKinectTappedEventArgsVtbl
Source§impl Default for IKinectTappedEventArgsVtbl
impl Default for IKinectTappedEventArgsVtbl
Source§fn default() -> IKinectTappedEventArgsVtbl
fn default() -> IKinectTappedEventArgsVtbl
Returns the “default value” for a type. Read more
Auto Trait Implementations§
impl Freeze for IKinectTappedEventArgsVtbl
impl RefUnwindSafe for IKinectTappedEventArgsVtbl
impl Send for IKinectTappedEventArgsVtbl
impl Sync for IKinectTappedEventArgsVtbl
impl Unpin for IKinectTappedEventArgsVtbl
impl UnsafeUnpin for IKinectTappedEventArgsVtbl
impl UnwindSafe for IKinectTappedEventArgsVtbl
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