Enum nix::sys::termios::FlushArg [−][src]
#[repr(C)]pub enum FlushArg { TCIFLUSH, TCOFLUSH, TCIOFLUSH, }
Variants
TCIFLUSHTCOFLUSHTCIOFLUSH
Trait Implementations
impl Clone for FlushArg[src]
impl Clone for FlushArgfn clone(&self) -> FlushArg[src]
fn clone(&self) -> FlushArgReturns 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