Struct libopencm3_sys::usb_string_descriptor[][src]

#[repr(C, packed)]
pub struct usb_string_descriptor { pub bLength: u8, pub bDescriptorType: u8, pub wData: __IncompleteArrayField<u16>, }

Fields

Trait Implementations

impl Debug for usb_string_descriptor
[src]

Formats the value using the given formatter. Read more

Auto Trait Implementations