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

pub enum FlushArg {
    TCIFLUSH,
    TCOFLUSH,
    TCIOFLUSH,
}

Variants

Trait Implementations

impl Clone for FlushArg
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Copy for FlushArg
[src]