pub enum USBDevice {
Braille,
Keyboard,
Mouse,
Tablet,
WacomTablet,
}
Variants§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for USBDevice
impl RefUnwindSafe for USBDevice
impl Send for USBDevice
impl Sync for USBDevice
impl Unpin for USBDevice
impl UnwindSafe for USBDevice
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