Type Alias netstack3_device::ethernet::EthernetDeviceId

source ·
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 */ }