Struct libopencm3_sys::usb_config_descriptor[][src]

#[repr(C, packed)]
pub struct usb_config_descriptor { pub bLength: u8, pub bDescriptorType: u8, pub wTotalLength: u16, pub bNumInterfaces: u8, pub bConfigurationValue: u8, pub iConfiguration: u8, pub bmAttributes: u8, pub bMaxPower: u8, pub interface: *const usb_interface, }

Fields

Trait Implementations

impl Debug for usb_config_descriptor
[src]

Formats the value using the given formatter. Read more

impl Copy for usb_config_descriptor
[src]

impl Clone for usb_config_descriptor
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

Auto Trait Implementations