netstack3_device::ethernet

Type Alias 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 */ }