Re-exports§
pub use BaudRate::*;
pub use CharSize::*;
pub use Parity::*;
pub use StopBits::*;
pub use FlowControl::*;
Modules§
- A module that exports traits that are useful to have in scope.
Structs§
- An error type for serial port operations.
- A device-indepenent implementation of serial port settings.
Enums§
- Serial port baud rates.
- Number of bits per character.
- Categories of errors that can occur when interacting with serial ports.
- Flow control modes.
- Parity checking modes.
- Number of stop bits.
Traits§
- A trait for implementing serial devices.
- A trait for serial port devices.
- A trait for objects that implement serial port configurations.
Type Aliases§
- A type for results generated by interacting with serial ports.