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
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 SMBiosElectricalCurrentProbe<'a>
impl<'a> Send for SMBiosElectricalCurrentProbe<'a>
impl<'a> Sync for SMBiosElectricalCurrentProbe<'a>
impl<'a> Unpin for SMBiosElectricalCurrentProbe<'a>
impl<'a> UnwindSafe for SMBiosElectricalCurrentProbe<'a>