Enum cp211x_uart::FlowControl [] [src]

pub enum FlowControl {
    None,
    RtsCts,
}

The type of flow control in UART configuration.

Variants

No flow control.

RTS/CTS hardware flow control.

Trait Implementations

impl Clone for FlowControl
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl Copy for FlowControl
[src]

impl PartialEq for FlowControl
[src]

[src]

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

impl Debug for FlowControl
[src]

[src]

Formats the value using the given formatter.

impl Default for FlowControl
[src]

[src]

Returns the "default value" for a type. Read more