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ยง
pub struct EthernetDeviceId<BT> { /* private fields */ }