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§