Enum capsules::usb::Recipient [] [src]

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

Variants

Trait Implementations

impl Debug for Recipient
[src]

[src]

Formats the value using the given formatter. Read more