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