Enum nix::sys::termios::FlushArg
[−]
[src]
pub enum FlushArg { TCIFLUSH, TCOFLUSH, TCIOFLUSH, }
Variants
TCIFLUSH
TCOFLUSH
TCIOFLUSH
Trait Implementations
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