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