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