pub enum USBDevice {
Braille,
Keyboard,
Mouse,
Tablet,
WacomTablet,
}Variants§
Trait Implementations§
Source§impl Ord for USBDevice
impl Ord for USBDevice
Source§impl PartialOrd for USBDevice
impl PartialOrd for USBDevice
Source§impl ToCommand for USBDevice
impl ToCommand for USBDevice
fn to_command(&self) -> Vec<String>
fn to_single_command(&self) -> String
impl Eq for USBDevice
impl StructuralPartialEq for USBDevice
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