Struct smbioslib::SMBiosTemperatureProbe [−][src]
pub struct SMBiosTemperatureProbe<'a> { /* fields omitted */ }
Expand description
Temperature Probe (Type 28)
This structure describes the attributes for a temperature probe in the system. Each structure describes a single temperature 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
Probe’s physical location and the status of the temperature monitored by this temperature probe
Maximum value
Maximum temperature readable by this probe, in 1/10th degrees C
If the value is unknown, the field is set to 0x8000.
Minimum value
Minimum temperature readable by this probe, in 1/10th degrees C
If the value is unknown, the field is set to 0x8000.
Resolution
Resolution for the probe’s reading, in 1/1000th degrees C
If the value is unknown, the field is set to 0x8000.
Tolerance
Tolerance for reading from this probe, in plus/minus 1/10th degrees C
If the value is unknown, the field is set to 0x8000.
Accuracy
Accuracy for reading from this probe, in plus/minus 1/100th of a percent
If the value is unknown, the field is set to 0x8000.
OEM defined
OEM- or BIOS vendor-specific information
Nominal value for the probe’s reading in 1/10th degrees C
If the value is unknown, the field is set to 0x8000. 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 SMBiosTemperatureProbe<'a>
impl<'a> Send for SMBiosTemperatureProbe<'a>
impl<'a> Sync for SMBiosTemperatureProbe<'a>
impl<'a> Unpin for SMBiosTemperatureProbe<'a>
impl<'a> UnwindSafe for SMBiosTemperatureProbe<'a>