pub enum UsbType {
Uhci,
Ohci,
Ehci,
Xhci,
OtherInterface,
Device,
}
Expand description
The different register-level programming interfaces defined for USB controllers (devices of type
DeviceType::UsbController
).
Variants§
Trait Implementations§
impl Copy for UsbType
impl Eq for UsbType
impl StructuralPartialEq for UsbType
Auto Trait Implementations§
impl Freeze for UsbType
impl RefUnwindSafe for UsbType
impl Send for UsbType
impl Sync for UsbType
impl Unpin for UsbType
impl UnwindSafe for UsbType
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
Source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
Source§unsafe fn clone_to_uninit(&self, dst: *mut T)
unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)