[−][src]Enum usb_device::control::RequestType
pub enum RequestType { Standard, Class, Vendor, Reserved, }
Control request type.
Variants
Request is a USB standard request. Usually handled by
UsbDevice
.
Request is intended for a USB class.
Request is vendor-specific.
Reserved.
Trait Implementations
impl Clone for RequestType
[src][+]
impl Copy for RequestType
[src]
impl Debug for RequestType
[src][+]
impl Eq for RequestType
[src]
impl PartialEq<RequestType> for RequestType
[src][+]
impl StructuralEq for RequestType
[src]
impl StructuralPartialEq for RequestType
[src]
Auto Trait Implementations
Blanket Implementations
impl<T> Any for T where
T: 'static + ?Sized,
[src][+]
T: 'static + ?Sized,
impl<T> Borrow<T> for T where
T: ?Sized,
[src][+]
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
[src][+]
T: ?Sized,
impl<T> From<T> for T
[src][+]
impl<T, U> Into<U> for T where
U: From<T>,
[src][+]
U: From<T>,
impl<T, U> TryFrom<U> for T where
U: Into<T>,
[src][+]
U: Into<T>,
impl<T, U> TryInto<U> for T where
U: TryFrom<T>,
[src][+]
U: TryFrom<T>,