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