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
TCOOFF
Suspend transmission
TCOON
Resume transmission
TCIOFF
Transmit a STOP character, which should disable a connected terminal device
TCION
Transmit a START character, which should re-enable a connected terminal device
Trait Implementations
impl Clone for FlowArg
[src]
impl Clone for FlowArg
fn clone(&self) -> FlowArg
[src]
fn clone(&self) -> FlowArg
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 FlowArg
[src]
impl Copy for FlowArg
impl Debug for FlowArg
[src]
impl Debug for FlowArg
fn fmt(&self, f: &mut Formatter) -> Result
[src]
fn fmt(&self, f: &mut Formatter) -> Result
Formats the value using the given formatter. Read more
impl PartialEq for FlowArg
[src]
impl PartialEq for FlowArg
fn eq(&self, other: &FlowArg) -> bool
[src]
fn eq(&self, other: &FlowArg) -> bool
This method tests for self
and other
values to be equal, and is used by ==
. Read more
#[must_use]
fn ne(&self, other: &Rhs) -> bool
1.0.0[src]
#[must_use]
fn ne(&self, other: &Rhs) -> bool
1.0.0
[src]This method tests for !=
.
impl Eq for FlowArg
[src]
impl Eq for FlowArg