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