Struct libopencm3_sys::usb_midi_endpoint_descriptor[][src]

#[repr(C, packed)]
pub struct usb_midi_endpoint_descriptor { pub head: usb_midi_endpoint_descriptor_head, pub jack: [usb_midi_endpoint_descriptor_body; 1], }

Fields

Trait Implementations

impl Debug for usb_midi_endpoint_descriptor
[src]

Formats the value using the given formatter. Read more

impl Copy for usb_midi_endpoint_descriptor
[src]

impl Clone for usb_midi_endpoint_descriptor
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

Auto Trait Implementations