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