Struct libopencm3_sys::usb_midi_element_descriptor_body[][src]

#[repr(C, packed)]
pub struct usb_midi_element_descriptor_body { pub baSourceID: u8, pub baSourcePin: u8, }

Fields

Trait Implementations

impl Debug for usb_midi_element_descriptor_body
[src]

Formats the value using the given formatter. Read more

impl Copy for usb_midi_element_descriptor_body
[src]

impl Clone for usb_midi_element_descriptor_body
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

Auto Trait Implementations