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