Searched defs:Battery (Results 1 – 1 of 1) sorted by relevance
24 pub struct Battery { struct33 /// Helper representation of a collection of BatterySet to simplify passing around data internally. argument109 batteries: Vec<Battery>, in new()114 pub fn add_or_update_battery(&mut self, new_battery: Battery) { in add_or_update_battery()