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

pub enum FlowArg {
    TCOOFF,
    TCOON,
    TCIOFF,
    TCION,
}

Variants

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]