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