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