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