Enum usb_util::types::DeviceSpeed
source · pub enum DeviceSpeed {
Full,
Low,
High,
Super,
SuperPlus,
}
Expand description
USB device speed
Variants§
Auto Trait Implementations§
impl RefUnwindSafe for DeviceSpeed
impl Send for DeviceSpeed
impl Sync for DeviceSpeed
impl Unpin for DeviceSpeed
impl UnwindSafe for DeviceSpeed
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