Struct libopencm3_sys::usb_device_qualifier_descriptor[][src]

#[repr(C, packed)]
pub struct usb_device_qualifier_descriptor { pub bLength: u8, pub bDescriptorType: u8, pub bcdUSB: u16, pub bDeviceClass: u8, pub bDeviceSubClass: u8, pub bDeviceProtocol: u8, pub bMaxPacketSize0: u8, pub bNumConfigurations: u8, pub bReserved: u8, }

Fields

Trait Implementations

impl Debug for usb_device_qualifier_descriptor
[src]

Formats the value using the given formatter. Read more

impl Copy for usb_device_qualifier_descriptor
[src]

impl Clone for usb_device_qualifier_descriptor
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

Auto Trait Implementations