Enum serial_embedded_hal::CharSize[]

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

Number of bits per character.

Variants

5 bits per character.

6 bits per character.

7 bits per character.

8 bits per character.

Trait Implementations

impl Clone for CharSize

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for CharSize

Formats the value using the given formatter. Read more

impl Copy for CharSize

impl Eq for CharSize

impl PartialEq<CharSize> for CharSize

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

This method tests for !=.

Auto Trait Implementations

impl Send for CharSize

impl Sync for CharSize