Re-exports§
pub use self::natural::*;
Modules§
- compat
- Compatibility shims which mimic some API surfaces of the current Rust bindings.
- device
- generic
- natural
- wire
- wire_
optional
Structs§
- Device
- The type corresponding to the Device protocol. Low-level protocol for i2c drivers.
- Device
GetMax Transfer Size Response - Device
SetBitrate Request - Device
SetBitrate Response - Device
Transact Request - Device
Transact Response - I2cImpl
Op - See
Transactbelow for usage. - Read
Data - The result of one read transaction.
- Service
- The type corresponding to the Service service.
- Service
Connector - A strongly-typed service connector for the
Serviceservice.
Enums§
- I2cImpl
OpType - If
read_sizeis set: This is a read operation andread_sizebytes will be read. Ifwrite_datais set: This is a write operation andwrite_datawill be written.
Traits§
- Device
Client Handler - A client handler for the Device protocol.
- Device
Server Handler - A server handler for the Device protocol.
- Service
Handler - A service handler for the
Serviceservice.