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]
impl Clone for FlowArgfn clone(&self) -> FlowArg[src]
fn clone(&self) -> FlowArgReturns 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 FlowArg[src]
impl Copy for FlowArgimpl Debug for FlowArg[src]
impl Debug for FlowArgfn fmt(&self, f: &mut Formatter) -> Result[src]
fn fmt(&self, f: &mut Formatter) -> ResultFormats the value using the given formatter. Read more
impl PartialEq for FlowArg[src]
impl PartialEq for FlowArgfn eq(&self, other: &FlowArg) -> bool[src]
fn eq(&self, other: &FlowArg) -> boolThis method tests for self and other values to be equal, and is used by ==. Read more
#[must_use]
fn ne(&self, other: &Rhs) -> bool1.0.0[src]
#[must_use]
fn ne(&self, other: &Rhs) -> bool1.0.0
[src]This method tests for !=.
impl Eq for FlowArg[src]
impl Eq for FlowArg