Struct smbioslib::SMBiosVoltageProbe [−][src]
pub struct SMBiosVoltageProbe<'a> { /* fields omitted */ }
Expand description
Voltage Probe (Type 26)
This describes the attributes for a voltage probe in the system. Each structure describes a single voltage probe.
NOTE This structure type was added in version 2.2 of this specification.
Implementations
Description
Additional descriptive information about the probe or its location
Location and status bit-field
Probe’s physical location and status of the voltage monitored by this voltage probe
Maximum value
Maximum voltage level readable by this probe, in millivolts
Minimum value
Minimum voltage level readable by this probe, in millivolts
Resolution
Resolution for the probe’s reading, in tenths of millivolts
Tolerance
Tolerance for reading from this probe, in plus/minus millivolts
Accuracy
Accuracy for reading from this probe, in plus/minus 1/100th of a percent
OEM defined
OEM- or BIOS vendor-specific information.
Nominal value
Nominal value for the probe’s reading in millivolts This field is present in the structure only if the structure’s length is larger than 14h.
Trait Implementations
The SMBIOS structure type Read more
Creates a new instance of the implementing SMBIOS type
Contains the standard parts/sections of the implementing SMBIOS type.
Auto Trait Implementations
impl<'a> RefUnwindSafe for SMBiosVoltageProbe<'a>
impl<'a> Send for SMBiosVoltageProbe<'a>
impl<'a> Sync for SMBiosVoltageProbe<'a>
impl<'a> Unpin for SMBiosVoltageProbe<'a>
impl<'a> UnwindSafe for SMBiosVoltageProbe<'a>