Module device_id

Source
Expand description

Generic implementation of device IDs.

Each bus / subsystem that matches device and driver through a bus / subsystem specific ID is expected to implement RawDeviceId.

Structs§

IdArray
A zero-terminated device id array, followed by context data.
RawIdArray
A zero-terminated device id array.

Traits§

IdTable
A device id table.
RawDeviceId
Marker trait to indicate a Rust device ID type represents a corresponding C device ID type.