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