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