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