Enum serial_io::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 DataBitsimpl UnwindSafe for DataBitsBlanket Implementations
Mutably borrows from an owned value. Read more