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