Struct libopencm3_sys::usb_cdc_union_descriptor[][src]

#[repr(C, packed)]
pub struct usb_cdc_union_descriptor { pub bFunctionLength: u8, pub bDescriptorType: u8, pub bDescriptorSubtype: u8, pub bControlInterface: u8, pub bSubordinateInterface0: u8, }

Fields

Trait Implementations

impl Debug for usb_cdc_union_descriptor
[src]

Formats the value using the given formatter. Read more

impl Copy for usb_cdc_union_descriptor
[src]

impl Clone for usb_cdc_union_descriptor
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

Auto Trait Implementations