Struct smbioslib::SMBiosElectricalCurrentProbe[][src]

pub struct SMBiosElectricalCurrentProbe<'a> { /* fields omitted */ }
Expand description

Electrical Current Probe (Type 29)

This structure describes the attributes for an electrical current probe in the system. Each structure describes a single electrical current probe.

Compliant with: DMTF SMBIOS Reference Specification 3.4.0 (DSP0134) Document Date: 2020-07-17

Implementations

A string that contains additional descriptive information about the probe or its location

Probe’s physical location and status of the current monitored by this current probe

Maximum current level readable by this probe, in milliamps

Minimum temperature level readable by this probe, in milliamps

Resolution for the probe’s reading, in tenths of milliamps

Tolerance for reading from this probe, in plus/minus milliamps

Accuracy for reading from this probe, in plus/minus 1/100th of a percent

OEM- or BIOS vendor-specific information.

Nominal value for the probe’s reading in milliamps

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.