Enum usb_util::DescriptorType
source · pub enum DescriptorType {
Device = 1,
Configuration = 2,
Interface = 4,
Endpoint = 5,
}
Expand description
Standard USB descriptor types.
Variants§
Auto Trait Implementations§
impl RefUnwindSafe for DescriptorType
impl Send for DescriptorType
impl Sync for DescriptorType
impl Unpin for DescriptorType
impl UnwindSafe for DescriptorType
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