pub enum UsbSpeed {
Low = 0,
Full = 1,
High = 2,
}Expand description
USB Speeds
Variants§
Trait Implementations§
impl Copy for UsbSpeed
impl Eq for UsbSpeed
impl StructuralPartialEq for UsbSpeed
Auto Trait Implementations§
impl Freeze for UsbSpeed
impl RefUnwindSafe for UsbSpeed
impl Send for UsbSpeed
impl Sync for UsbSpeed
impl Unpin for UsbSpeed
impl UnwindSafe for UsbSpeed
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