Type Alias axdriver::AxNetDevice

source ·
pub type AxNetDevice = Box<dyn NetDriverOps>;
Available on crate feature net only.
Expand description

The unified type of the NIC devices.

Aliased Type§

struct AxNetDevice(/* private fields */);