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

#[repr(i32)]
pub enum FlushArg { TCIFLUSH, TCOFLUSH, TCIOFLUSH, }

Specify a combination of the input and output buffers to flush

Used as an argument to tcflush().

Variants

Flush data that was received but not read

Flush data written but not transmitted

Flush both received data not read and written data not transmitted

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]

impl Debug for FlushArg
[src]

Formats the value using the given formatter. Read more

impl PartialEq for FlushArg
[src]

This method tests for self and other values to be equal, and is used by ==. Read more

This method tests for !=.

impl Eq for FlushArg
[src]

Auto Trait Implementations

impl Send for FlushArg

impl Sync for FlushArg