Re-exports§
pub use self::natural::*;
Modules§
Structs§
- Config
- Device
- The type corresponding to the Device protocol. A serial device.
- Device
GetClass Response - Device
Proxy - The type corresponding to the DeviceProxy protocol.
- Device
Read Response - Device
SetConfig Request - Device
SetConfig Response - Device
Write Request - Serial
Port Info - Service
- The type corresponding to the Service service.
- Service
Connector - A strongly-typed service connector for the
Serviceservice.
Enums§
- Character
Width - Number of bits per character
- Class
- Description of what type of serial device this is TODO(https://fxbug.dev/393643944): Consider replacing this enum.
- Flow
Control - What flow control mechanism to use
- Parity
- Which parity computation to use, if any.
- Stop
Width - Number of stop bits
Traits§
- Device
Client Handler - A client handler for the Device protocol.
- Device
Local Client Handler - A client handler for the Device protocol.
- Device
Local Server Handler - A server handler for the Device protocol.
- Device
Proxy Client Handler - A client handler for the DeviceProxy protocol.
- Device
Proxy Local Client Handler - A client handler for the DeviceProxy protocol.
- Device
Proxy Local Server Handler - A server handler for the DeviceProxy protocol.
- Device
Proxy Server Handler - A server handler for the DeviceProxy protocol.
- Device
Server Handler - A server handler for the Device protocol.
- Service
Handler - A service handler for the
Serviceservice.