Enum smbioslib::MaxPowerCapacity [−][src]
pub enum MaxPowerCapacity { Watts(u16), Unknown, }
Expand description
Max Power Capacity
Maximum sustained power output in Watts
Variants
Watts(u16)
Maximum sustained power output in Watts
Maximum sustained power output is unknown
Trait Implementations
This method tests for self
and other
values to be equal, and is used
by ==
. Read more
This method tests for !=
.
Auto Trait Implementations
impl RefUnwindSafe for MaxPowerCapacity
impl Send for MaxPowerCapacity
impl Sync for MaxPowerCapacity
impl Unpin for MaxPowerCapacity
impl UnwindSafe for MaxPowerCapacity