pub struct BondManager {
pub bonds: BTreeMap<String, BondInterface>,
}Expand description
Manages all bond interfaces on the system
Fields§
§bonds: BTreeMap<String, BondInterface>Map of bond name -> BondInterface
Implementations§
Source§impl BondManager
impl BondManager
Trait Implementations§
Source§impl Default for BondManager
impl Default for BondManager
Source§fn default() -> BondManager
fn default() -> BondManager
Returns the “default value” for a type. Read more