Enum smbioslib::PortableBatteryDesignCapacity [−][src]
pub enum PortableBatteryDesignCapacity { MilliWattHours(u16), Unknown, }
Expand description
Variants
MilliWattHours(u16)
Design capacity of the battery in mWatt-hours
For version 2.2+ implementations, this value is multiplied by the ‘design_capacity_multiplier’ to produce the actual value.
Design capacity of the battery in mWatt-hours is unknown.
Trait Implementations
This method tests for self
and other
values to be equal, and is used
by ==
. Read more
This method tests for !=
.
Auto Trait Implementations
impl Send for PortableBatteryDesignCapacity
impl Sync for PortableBatteryDesignCapacity
impl Unpin for PortableBatteryDesignCapacity
impl UnwindSafe for PortableBatteryDesignCapacity