Struct winapi::usbspec::USB_CONFIGURATION_DESCRIPTOR [] [src]

#[repr(C)] #[repr(packed)]
pub struct USB_CONFIGURATION_DESCRIPTOR { pub bLength: UCHAR, pub bDescriptorType: UCHAR, pub wTotalLength: USHORT, pub bNumInterfaces: UCHAR, pub bConfigurationValue: UCHAR, pub iConfiguration: UCHAR, pub bmAttributes: UCHAR, pub MaxPower: UCHAR, }

Fields

Trait Implementations

impl Debug for USB_CONFIGURATION_DESCRIPTOR
[src]

Formats the value using the given formatter.

impl Copy for USB_CONFIGURATION_DESCRIPTOR
[src]

impl Clone for USB_CONFIGURATION_DESCRIPTOR
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more