Module kernel::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§

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

Traits§

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