Enum nix::sys::termios::FlushArg
[−]
[src]
#[repr(C)]pub enum FlushArg { TCIFLUSH, TCOFLUSH, TCIOFLUSH, }
Variants
TCIFLUSH
TCOFLUSH
TCIOFLUSH
Trait Implementations
impl Clone for FlushArg
[src]
impl Clone for FlushArg
fn clone(&self) -> FlushArg
[src]
fn clone(&self) -> FlushArg
Returns a copy of the value. Read more
fn clone_from(&mut self, source: &Self)
1.0.0[src]
fn clone_from(&mut self, source: &Self)
1.0.0
[src]Performs copy-assignment from source
. Read more
impl Copy for FlushArg
[src]
impl Copy for FlushArg