Enum serial_core::FlowControl [] [src]

pub enum FlowControl {
    FlowNone,
    FlowSoftware,
    FlowHardware,
}

Flow control modes.

Variants

No flow control.

Flow control using XON/XOFF bytes.

Flow control using RTS/CTS signals.

Trait Implementations

impl Debug for FlowControl
[src]

Formats the value using the given formatter.

impl Copy for FlowControl
[src]

impl Clone for FlowControl
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

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