Enum dmx_serial::CharSize [] [src]

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 Debug for CharSize
[src]

Formats the value using the given formatter.

impl Copy for CharSize
[src]

impl Clone for CharSize
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl PartialEq for CharSize
[src]

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

This method tests for !=.

impl Eq for CharSize
[src]