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