/// Structs that are common to more than one mode.
/// Structs describing the [`Bridged`] mode.
pub use Bridged;
/// Structs and enumerations describing the [`Host`] mode.
pub use Host;
/// Structs describing the [`Shared`] (or NAT) mode.
pub use Shared;
use crateParameter;
/// Enumeration of all possible modes in which the interface can be instantiated.