Enum smbioslib::PowerSupplyStatus [−][src]
pub enum PowerSupplyStatus {
Other,
Unknown,
OK,
NonCritical,
Critical,
None,
}Expand description
Variants
Other
Unknown
OK
Non-critical
Critical; power supply has failed and has been taken off-line.
A value unknown to this standard, check the raw value
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for PowerSupplyStatusimpl Send for PowerSupplyStatusimpl Sync for PowerSupplyStatusimpl Unpin for PowerSupplyStatusimpl UnwindSafe for PowerSupplyStatus