pub type LoopbackWeakDeviceId<BT> = BaseWeakDeviceId<LoopbackDevice, BT>;
Expand description
A weak device ID identifying a loopback device.
This device ID is like WeakDeviceId
but specifically for loopback
devices.
Aliased Typeยง
struct LoopbackWeakDeviceId<BT> { /* private fields */ }