Type Alias axdriver::prelude::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 */);