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