Enum smbioslib::PowerSupplyType [−][src]
pub enum PowerSupplyType {
Other,
Unknown,
Linear,
Switching,
Battery,
Ups,
Converter,
Regulator,
None,
}Expand description
Variants
Other
Unknown
Linear
Switching
Battery
UPS
Converter
Regulator
A value unknown to this standard, check the raw value
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for PowerSupplyTypeimpl Send for PowerSupplyTypeimpl Sync for PowerSupplyTypeimpl Unpin for PowerSupplyTypeimpl UnwindSafe for PowerSupplyType