Enum serial_embedded_hal::FlowControl []

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 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

1.0.0
[src]

This method tests for !=.

impl Clone for FlowControl

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl Debug for FlowControl

Formats the value using the given formatter. Read more

Auto Trait Implementations

impl Send for FlowControl

impl Sync for FlowControl