Enum nix::sys::termios::FlowArg [] [src]

#[repr(i32)]
pub enum FlowArg { TCOOFF, TCOON, TCIOFF, TCION, }

Specify how transmission flow should be altered

Used as an argument to tcflow().

Variants

Suspend transmission

Resume transmission

Transmit a STOP character, which should disable a connected terminal device

Transmit a START character, which should re-enable a connected terminal device

Trait Implementations

impl Clone for FlowArg
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Copy for FlowArg
[src]

impl Debug for FlowArg
[src]

Formats the value using the given formatter.

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