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