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