pub struct usb_cdc_line_coding {
    pub dwDTERate: u32,
    pub bCharFormat: u8,
    pub bParityType: u8,
    pub bDataBits: u8,
}
Expand description

\brief Line Coding Structure

Fields

dwDTERate: u32

<\brief Data terminal rate, in bits per second.

bCharFormat: u8

<\brief Stop bits.

bParityType: u8

<\brief Parity.

bDataBits: u8

<\brief Data bits (5,6,7,8 or 16).

Auto Trait Implementations

Blanket Implementations

Gets the TypeId of self. Read more
Immutably borrows from an owned value. Read more
Mutably borrows from an owned value. Read more

Returns the argument unchanged.

Calls U::from(self).

That is, this conversion is whatever the implementation of From<T> for U chooses to do.

The type returned in the event of a conversion error.
Performs the conversion.
The type returned in the event of a conversion error.
Performs the conversion.