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

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

Variants

TCOOFF
TCOON
TCIOFF
TCION

Trait Implementations

Derived Implementations

impl Copy for FlowArg

impl Clone for FlowArg

fn clone(&self) -> FlowArg

fn clone_from(&mut self, source: &Self)