Enum tokio_serial::FlowControl[]

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 Clone for FlowControl

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for FlowControl

Formats the value using the given formatter. Read more

impl Copy for FlowControl

impl Eq for FlowControl

impl PartialEq<FlowControl> for FlowControl

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

This method tests for !=.

Auto Trait Implementations

impl Send for FlowControl

impl Sync for FlowControl