Enum smbioslib::MaxPowerCapacity [−][src]
pub enum MaxPowerCapacity {
Watts(u16),
Unknown,
}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
impl Debug for MaxPowerCapacity[src]
impl Debug for MaxPowerCapacity[src]impl PartialEq<MaxPowerCapacity> for MaxPowerCapacity[src]
impl PartialEq<MaxPowerCapacity> for MaxPowerCapacity[src]fn eq(&self, other: &MaxPowerCapacity) -> bool[src]
fn eq(&self, other: &MaxPowerCapacity) -> bool[src]This method tests for self and other values to be equal, and is used
by ==. Read more
fn ne(&self, other: &MaxPowerCapacity) -> bool[src]
fn ne(&self, other: &MaxPowerCapacity) -> bool[src]This method tests for !=.
impl Serialize for MaxPowerCapacity[src]
impl Serialize for MaxPowerCapacity[src]