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

Formats the value using the given formatter. Read more

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.

Serialize this value into the given Serde serializer. Read more

Auto Trait Implementations

Blanket Implementations

Gets the TypeId of self. Read more

Immutably borrows from an owned value. Read more

Mutably borrows from an owned value. Read more

Performs the conversion.

Performs the conversion.

The type returned in the event of a conversion error.

Performs the conversion.

The type returned in the event of a conversion error.

Performs the conversion.