Enum serialport::DataBits [] [src]

pub enum DataBits {
    Five,
    Six,
    Seven,
    Eight,
}

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 DataBits
[src]

[src]

Formats the value using the given formatter. Read more

impl Copy for DataBits
[src]

impl Clone for DataBits
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl PartialEq for DataBits
[src]

[src]

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

1.0.0
[src]

This method tests for !=.

impl Eq for DataBits
[src]

Auto Trait Implementations

impl Send for DataBits

impl Sync for DataBits