netstack3_core::device

Type Alias PureIpWeakDeviceId

Source
pub type PureIpWeakDeviceId<BT> = BaseWeakDeviceId<PureIpDevice, BT>;
Expand description

A weak device ID identifying a pure IP device.

This device ID is like WeakDeviceId but specifically for pure IP devices.

Aliased Typeยง

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