Crate fidl_next_fuchsia_hardware_i2cimpl

Crate fidl_next_fuchsia_hardware_i2cimpl 

Source

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.
DeviceGetMaxTransferSizeResponse
DeviceSetBitrateRequest
DeviceSetBitrateResponse
DeviceTransactRequest
DeviceTransactResponse
I2cImplOp
See Transact below for usage.
ReadData
The result of one read transaction.
Service
The type corresponding to the Service service.
ServiceConnector
A strongly-typed service connector for the Service service.

Enums§

I2cImplOpType
If read_size is set: This is a read operation and read_size bytes will be read. If write_data is set: This is a write operation and write_data will be written.

Traits§

DeviceClientHandler
A client handler for the Device protocol.
DeviceServerHandler
A server handler for the Device protocol.
ServiceHandler
A service handler for the Service service.