Enum mio_serial::DataBits [−][src]
pub enum DataBits {
Five,
Six,
Seven,
Eight,
}Expand description
Number of bits per character
Variants
5 bits per character
6 bits per character
7 bits per character
8 bits per character
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for DataBits
impl UnwindSafe for DataBits
Blanket Implementations
Mutably borrows from an owned value. Read more