#[repr(C)]pub struct IKinectTappedEventArgs {
pub lpVtbl: *mut IKinectTappedEventArgsVtbl,
}Fields§
§lpVtbl: *mut IKinectTappedEventArgsVtblTrait Implementations§
Auto Trait Implementations§
impl Freeze for IKinectTappedEventArgs
impl RefUnwindSafe for IKinectTappedEventArgs
impl !Send for IKinectTappedEventArgs
impl !Sync for IKinectTappedEventArgs
impl Unpin for IKinectTappedEventArgs
impl UnwindSafe for IKinectTappedEventArgs
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