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