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 PowerSupplyType
impl Send for PowerSupplyType
impl Sync for PowerSupplyType
impl Unpin for PowerSupplyType
impl UnwindSafe for PowerSupplyType