Enum serial::FlowControl
[-] [+]
[src]
pub enum FlowControl { Hardware, None, Software, }
Flow control
Variants
Hardware | |
None | |
Software |
pub enum FlowControl { Hardware, None, Software, }
Flow control
Hardware | |
None | |
Software |
impl PartialEq for FlowControl
fn eq(&self, __arg_0: &FlowControl) -> bool
fn ne(&self, __arg_0: &FlowControl) -> bool
impl Debug for FlowControl
impl Copy for FlowControl
impl Clone for FlowControl
fn clone(&self) -> FlowControl
fn clone_from(&mut self, source: &Self)
Prefix searches with a type followed by a colon (e.g.
fn:
) to restrict the search to a given type.
Accepted types are: fn
, mod
,
struct
, enum
,
trait
, typedef
(or
tdef
).