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