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