pub enum BatteryType {
Flooded = 2_000,
Gel = 3_000,
AGM = 3_200,
LiFePo4 = 5_000,
ParameterNotAvailable = 65_535,
}Expand description
Represents the type of battery.
Variants§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for BatteryType
impl RefUnwindSafe for BatteryType
impl Send for BatteryType
impl Sync for BatteryType
impl Unpin for BatteryType
impl UnwindSafe for BatteryType
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more