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