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