Enum serialport::FlowControl[][src]

pub enum FlowControl {
    None,
    Software,
    Hardware,
}

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. Read more

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]

Auto Trait Implementations

impl Send for FlowControl

impl Sync for FlowControl