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.
 - RawId
Array  - A zero-terminated device id array.
 
Traits§
- IdTable
 - A device id table.
 - RawDevice
Id  - Marker trait to indicate a Rust device ID type represents a corresponding C device ID type.
 - RawDevice
IdIndex  - Extension trait for 
RawDeviceIdfor devices that embed an index or context value.