Enum serialport::StopBits[][src]

pub enum StopBits {
    One,
    Two,
}

Number of stop bits.

Stop bits are transmitted after every character.

Variants

One stop bit.

Two stop bits.

Trait Implementations

impl Debug for StopBits
[src]

Formats the value using the given formatter. Read more

impl Copy for StopBits
[src]

impl Clone for StopBits
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl PartialEq for StopBits
[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 StopBits
[src]

Auto Trait Implementations

impl Send for StopBits

impl Sync for StopBits