pub enum UsbDeviceSpeed {
Full,
High,
}Expand description
The fastest speed the device configuration supports.
Variants§
Trait Implementations§
Source§impl Clone for UsbDeviceSpeed
impl Clone for UsbDeviceSpeed
Source§fn clone(&self) -> UsbDeviceSpeed
fn clone(&self) -> UsbDeviceSpeed
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for UsbDeviceSpeed
impl Debug for UsbDeviceSpeed
Source§impl Format for UsbDeviceSpeed
impl Format for UsbDeviceSpeed
Source§impl PartialEq for UsbDeviceSpeed
impl PartialEq for UsbDeviceSpeed
impl Copy for UsbDeviceSpeed
impl Eq for UsbDeviceSpeed
impl StructuralPartialEq for UsbDeviceSpeed
Auto Trait Implementations§
impl Freeze for UsbDeviceSpeed
impl RefUnwindSafe for UsbDeviceSpeed
impl Send for UsbDeviceSpeed
impl Sync for UsbDeviceSpeed
impl Unpin for UsbDeviceSpeed
impl UnwindSafe for UsbDeviceSpeed
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