Enum libusb::RequestType [] [src]

pub enum RequestType {
    Standard,
    Class,
    Vendor,
    Reserved,
}

Types of control transfers.

Variants

Requests that are defined by the USB standard.

Requests that are defined by a device class, e.g., HID.

Vendor-specific requests.

Reserved for future use.

Trait Implementations

impl Debug for RequestType
[src]

Formats the value using the given formatter.

impl PartialEq for RequestType
[src]

This method tests for self and other values to be equal, and is used by ==. Read more

This method tests for !=.

impl Eq for RequestType
[src]

impl Clone for RequestType
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Copy for RequestType
[src]

impl Hash for RequestType
[src]

Feeds this value into the given [Hasher]. Read more

Feeds a slice of this type into the given [Hasher]. Read more