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