Struct libopencm3_sys::usb_cdc_line_coding[][src]

#[repr(C, packed)]
pub struct usb_cdc_line_coding { pub dwDTERate: u32, pub bCharFormat: u8, pub bParityType: u8, pub bDataBits: u8, }

Fields

Trait Implementations

impl Debug for usb_cdc_line_coding
[src]

Formats the value using the given formatter. Read more

impl Copy for usb_cdc_line_coding
[src]

impl Clone for usb_cdc_line_coding
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

Auto Trait Implementations