Enum webusb::UsbRequestType [−][src]
pub enum UsbRequestType {
Standard,
Class,
Vendor,
}Variants
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for UsbRequestType
impl Send for UsbRequestType
impl Sync for UsbRequestType
impl Unpin for UsbRequestType
impl UnwindSafe for UsbRequestType
Blanket Implementations
Mutably borrows from an owned value. Read more