Enum smbioslib::PowerSupplyType [−][src]
pub enum PowerSupplyType {
Other,
Unknown,
Linear,
Switching,
Battery,
Ups,
Converter,
Regulator,
None,
}Variants
Other
Unknown
Linear
Switching
Battery
UPS
Converter
Regulator
A value unknown to this standard, check the raw value
Trait Implementations
impl Debug for PowerSupplyType[src]
impl Debug for PowerSupplyType[src]impl PartialEq<PowerSupplyType> for PowerSupplyType[src]
impl PartialEq<PowerSupplyType> for PowerSupplyType[src]impl Serialize for PowerSupplyType[src]
impl Serialize for PowerSupplyType[src]