pub type EthernetDeviceId<BT> = BaseDeviceId<EthernetLinkDevice, BT>;
Expand description

A strong device ID identifying an ethernet device.

This device ID is like DeviceId but specifically for ethernet devices.

Aliased Type§

struct EthernetDeviceId<BT> { /* private fields */ }