Struct libopencm3_sys::usb_audio_format_type1_descriptor_head[][src]

#[repr(C, packed)]
pub struct usb_audio_format_type1_descriptor_head { pub bLength: u8, pub bDescriptorType: u8, pub bDescriptorSubtype: u8, pub bFormatType: u8, pub bNrChannels: u8, pub bSubFrameSize: u8, pub bBitResolution: u8, pub bSamFreqType: u8, }

Fields

Trait Implementations

impl Debug for usb_audio_format_type1_descriptor_head
[src]

Formats the value using the given formatter. Read more

impl Copy for usb_audio_format_type1_descriptor_head
[src]

impl Clone for usb_audio_format_type1_descriptor_head
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

Auto Trait Implementations