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

pub enum SetArg {
    TCSANOW,
    TCSADRAIN,
    TCSAFLUSH,
}

Variants

Trait Implementations

impl Clone for SetArg
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Copy for SetArg
[src]