Enum libusb::Recipient [] [src]

pub enum Recipient {
    Device,
    Interface,
    Endpoint,
    Other,
}

Recipients of control transfers.

Variants

The recipient is a device.

The recipient is an interface.

The recipient is an endpoint.

Other.

Trait Implementations

impl Debug for Recipient
[src]

Formats the value using the given formatter.

impl PartialEq for Recipient
[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 Recipient
[src]

impl Clone for Recipient
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Copy for Recipient
[src]

impl Hash for Recipient
[src]

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

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