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