Struct smbioslib::PowerSupplyCharacteristics [−][src]
pub struct PowerSupplyCharacteristics {
pub raw: u16,
}Expand description
Fields
raw: u16Raw value
raw is most useful when value is None. This is most likely to occur when the standard was updated but this library code has not been updated to match the current standard.
Implementations
Power Supply Types
Power Supply Status
DMTF Input Voltage Range Switching
Power supply is unplugged from the wall
Power supply is present
Power supply is hot-replaceable
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 PowerSupplyCharacteristicsimpl Send for PowerSupplyCharacteristicsimpl Sync for PowerSupplyCharacteristicsimpl Unpin for PowerSupplyCharacteristicsimpl UnwindSafe for PowerSupplyCharacteristics