#[repr(C)]pub struct IKinectPointerEventArgsVtbl {
pub QueryInterface: Option<unsafe extern "C" fn(This: *mut IKinectPointerEventArgs, riid: *const IID, ppvObject: *mut *mut c_void) -> HRESULT>,
pub AddRef: Option<unsafe extern "C" fn(This: *mut IKinectPointerEventArgs) -> ULONG>,
pub Release: Option<unsafe extern "C" fn(This: *mut IKinectPointerEventArgs) -> ULONG>,
pub get_Handled: Option<unsafe extern "C" fn(This: *mut IKinectPointerEventArgs, handled: *mut BOOLEAN) -> HRESULT>,
pub put_Handled: Option<unsafe extern "C" fn(This: *mut IKinectPointerEventArgs, handled: BOOLEAN) -> HRESULT>,
pub get_CurrentPoint: Option<unsafe extern "C" fn(This: *mut IKinectPointerEventArgs, pointer: *mut *mut IKinectPointerPoint) -> HRESULT>,
}Fields§
§QueryInterface: Option<unsafe extern "C" fn(This: *mut IKinectPointerEventArgs, riid: *const IID, ppvObject: *mut *mut c_void) -> HRESULT>§AddRef: Option<unsafe extern "C" fn(This: *mut IKinectPointerEventArgs) -> ULONG>§Release: Option<unsafe extern "C" fn(This: *mut IKinectPointerEventArgs) -> ULONG>§get_Handled: Option<unsafe extern "C" fn(This: *mut IKinectPointerEventArgs, handled: *mut BOOLEAN) -> HRESULT>§put_Handled: Option<unsafe extern "C" fn(This: *mut IKinectPointerEventArgs, handled: BOOLEAN) -> HRESULT>§get_CurrentPoint: Option<unsafe extern "C" fn(This: *mut IKinectPointerEventArgs, pointer: *mut *mut IKinectPointerPoint) -> HRESULT>Trait Implementations§
Source§impl Debug for IKinectPointerEventArgsVtbl
impl Debug for IKinectPointerEventArgsVtbl
Source§impl Default for IKinectPointerEventArgsVtbl
impl Default for IKinectPointerEventArgsVtbl
Source§fn default() -> IKinectPointerEventArgsVtbl
fn default() -> IKinectPointerEventArgsVtbl
Returns the “default value” for a type. Read more
Auto Trait Implementations§
impl Freeze for IKinectPointerEventArgsVtbl
impl RefUnwindSafe for IKinectPointerEventArgsVtbl
impl Send for IKinectPointerEventArgsVtbl
impl Sync for IKinectPointerEventArgsVtbl
impl Unpin for IKinectPointerEventArgsVtbl
impl UnsafeUnpin for IKinectPointerEventArgsVtbl
impl UnwindSafe for IKinectPointerEventArgsVtbl
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