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