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 PortableBatteryDesignVoltageimpl Sync for PortableBatteryDesignVoltageimpl Unpin for PortableBatteryDesignVoltageimpl UnwindSafe for PortableBatteryDesignVoltage