Enum smbioslib::PortableBatteryDesignVoltage [−][src]
pub enum PortableBatteryDesignVoltage { MilliVolts(u16), Unknown, }
Expand description
Variants
MilliVolts(u16)
Design voltage of the battery in mVolts.
Design voltage of the battery in mVolts 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 PortableBatteryDesignVoltage
impl Sync for PortableBatteryDesignVoltage
impl Unpin for PortableBatteryDesignVoltage
impl UnwindSafe for PortableBatteryDesignVoltage