Enum serial_io::FlowControl [−][src]
pub enum FlowControl {
None,
Software,
Hardware,
}Expand description
Flow control modes
Variants
No flow control.
Flow control using XON/XOFF bytes.
Flow control using RTS/CTS signals.
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for FlowControlimpl Send for FlowControlimpl Sync for FlowControlimpl Unpin for FlowControlimpl UnwindSafe for FlowControlBlanket Implementations
Mutably borrows from an owned value. Read more