Struct libopencm3_sys::usb_audio_format_type1_descriptor_1freq[][src]

#[repr(C, packed)]
pub struct usb_audio_format_type1_descriptor_1freq { pub head: usb_audio_format_type1_descriptor_head, pub freqs: [usb_audio_format_discrete_sampling_frequency; 1], }

Fields

Trait Implementations

impl Debug for usb_audio_format_type1_descriptor_1freq
[src]

Formats the value using the given formatter. Read more

impl Copy for usb_audio_format_type1_descriptor_1freq
[src]

impl Clone for usb_audio_format_type1_descriptor_1freq
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

Auto Trait Implementations