Enum serial::FlowControl [-] [+] [src]

pub enum FlowControl {
    Hardware,
    None,
    Software,
}
[-]

Flow control

Variants

Hardware
None
Software

Trait Implementations

Derived Implementations

impl PartialEq for FlowControl

fn eq(&self, __arg_0: &FlowControl) -> bool

fn ne(&self, __arg_0: &FlowControl) -> bool

impl Debug for FlowControl

fn fmt(&self, __arg_0: &mut Formatter) -> Result

impl Copy for FlowControl

impl Clone for FlowControl

fn clone(&self) -> FlowControl

fn clone_from(&mut self, source: &Self)