Struct smbioslib::VoltageProbeLocationAndStatus [−][src]
pub struct VoltageProbeLocationAndStatus {
pub raw: u8,
}Expand description
Fields
raw: u8Raw value
Implementations
Voltage Probe Location
Voltage Probe Status
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 Send for VoltageProbeLocationAndStatusimpl Sync for VoltageProbeLocationAndStatusimpl Unpin for VoltageProbeLocationAndStatusimpl UnwindSafe for VoltageProbeLocationAndStatus