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