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

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.