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

pub enum FlushArg {
    TCIFLUSH,
    TCOFLUSH,
    TCIOFLUSH,
}

Variants

TCIFLUSHTCOFLUSHTCIOFLUSH

Trait Implementations

impl Copy for FlushArg
[src]

impl Clone for FlushArg
[src]

fn clone(&self) -> FlushArg

Returns a copy of the value. Read more

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

Performs copy-assignment from source. Read more