Enum nix::sys::termios::FlowArg
[−]
[src]
#[repr(i32)]pub enum FlowArg { TCOOFF, TCOON, TCIOFF, TCION, }
Specify how transmission flow should be altered
Used as an argument to tcflow().
Variants
TCOOFFSuspend transmission
TCOONResume transmission
TCIOFFTransmit a STOP character, which should disable a connected terminal device
TCIONTransmit a START character, which should re-enable a connected terminal device
Trait Implementations
impl Clone for FlowArg[src]
fn clone(&self) -> FlowArg
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
impl Copy for FlowArg[src]
impl Debug for FlowArg[src]
impl PartialEq for FlowArg[src]
fn eq(&self, __arg_0: &FlowArg) -> bool
This method tests for self and other values to be equal, and is used by ==. Read more
fn ne(&self, other: &Rhs) -> bool1.0.0
This method tests for !=.