pub enum DriverHostEvent {}
Trait Implementations§
Auto Trait Implementations§
impl Freeze for DriverHostEvent
impl RefUnwindSafe for DriverHostEvent
impl Send for DriverHostEvent
impl Sync for DriverHostEvent
impl Unpin for DriverHostEvent
impl UnwindSafe for DriverHostEvent
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