[−][src]Module rodbus::types
types used in requests and responses
Structs
| AddressRange | Start and count tuple used when making various requests |
| BitIterator | zero-copy type used to iterate over a collection of bits without allocating |
| Indexed | Value and its address |
| RegisterIterator | zero-copy type used to iterate over a collection of registers without allocating |
| UnitId | Modbus unit identifier, just a type-safe wrapper around u8 |
| WriteMultiple | Collection of values and starting address |