Enum serial::CharSize [] [src]

pub enum CharSize {
    Bits5,
    Bits6,
    Bits7,
    Bits8,
}

Variants

Bits5Bits6Bits7Bits8

Trait Implementations

impl Clone for CharSize
[src]

fn clone(&self) -> CharSize

Returns a copy of the value. Read more

fn clone_from(&mut self, source: &Self)
1.0.0

Performs copy-assignment from source. Read more

impl Copy for CharSize
[src]