Enum serial::CharSize [] [src]

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

Number of bits per character.

Variants

Bits5

5 bits per character.

Bits6

6 bits per character.

Bits7

7 bits per character.

Bits8

8 bits per character.

Trait Implementations

impl Eq for CharSize
[src]

impl PartialEq for CharSize
[src]

fn eq(&self, __arg_0: &CharSize) -> bool

This method tests for self and other values to be equal, and is used by ==. Read more

fn ne(&self, other: &Rhs) -> bool
1.0.0

This method tests for !=.

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]

impl Debug for CharSize
[src]

fn fmt(&self, __arg_0: &mut Formatter) -> Result

Formats the value using the given formatter.