Enum capsules::usb::DescriptorType [] [src]

pub enum DescriptorType {
    Device,
    Configuration,
    String,
    Interface,
    Endpoint,
    DeviceQualifier,
    OtherSpeedConfiguration,
    InterfacePower,
}

Variants

Trait Implementations

impl Debug for DescriptorType
[src]

[src]

Formats the value using the given formatter. Read more