Struct MediaCaptureFailedEventHandler_Vtbl
#[repr(C)]pub struct MediaCaptureFailedEventHandler_Vtbl { /* private fields */ }
Auto Trait Implementations§
impl Freeze for MediaCaptureFailedEventHandler_Vtbl
impl RefUnwindSafe for MediaCaptureFailedEventHandler_Vtbl
impl Send for MediaCaptureFailedEventHandler_Vtbl
impl Sync for MediaCaptureFailedEventHandler_Vtbl
impl Unpin for MediaCaptureFailedEventHandler_Vtbl
impl UnwindSafe for MediaCaptureFailedEventHandler_Vtbl
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