Enum smbioslib::PortableBatteryDesignVoltage [−][src]
pub enum PortableBatteryDesignVoltage {
MilliVolts(u16),
Unknown,
}Variants
MilliVolts(u16)Design voltage of the battery in mVolts.
Design voltage of the battery in mVolts is unknown.
Trait Implementations
impl Debug for PortableBatteryDesignVoltage[src]
impl Debug for PortableBatteryDesignVoltage[src]impl From<u16> for PortableBatteryDesignVoltage[src]
impl From<u16> for PortableBatteryDesignVoltage[src]impl PartialEq<PortableBatteryDesignVoltage> for PortableBatteryDesignVoltage[src]
impl PartialEq<PortableBatteryDesignVoltage> for PortableBatteryDesignVoltage[src]fn eq(&self, other: &PortableBatteryDesignVoltage) -> bool[src]
fn eq(&self, other: &PortableBatteryDesignVoltage) -> bool[src]This method tests for self and other values to be equal, and is used
by ==. Read more
fn ne(&self, other: &PortableBatteryDesignVoltage) -> bool[src]
fn ne(&self, other: &PortableBatteryDesignVoltage) -> bool[src]This method tests for !=.