Enum smbioslib::PortableBatteryDeviceChemistry [−][src]
pub enum PortableBatteryDeviceChemistry {
Other,
Unknown,
LeadAcit,
NickelCadmium,
NickelMetalHydride,
LithiumIon,
ZincAir,
LithiumPolymer,
None,
}Variants
Other
Unknown
Version 2.2+ implementations that use a Smart Battery set this field to 02h (Unknown) to indicate that the ‘sbds_device_chemistry’ field contains the information.
Lead Acid
Nickel Cadmium
Nickel metal hydride
Lithium-ion
Zinc air
Lithium Polymer
A value unknown to this standard, check the raw value
Trait Implementations
impl Debug for PortableBatteryDeviceChemistry[src]
impl Debug for PortableBatteryDeviceChemistry[src]