Struct smbioslib::SMBiosElectricalCurrentProbe [−][src]
pub struct SMBiosElectricalCurrentProbe<'a> { /* fields omitted */ }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
impl<'a> SMBiosElectricalCurrentProbe<'a>[src]
impl<'a> SMBiosElectricalCurrentProbe<'a>[src]pub fn description(&self) -> Option<String>[src]
pub fn description(&self) -> Option<String>[src]A string that contains additional descriptive information about the probe or its location
pub fn location_and_status(&self) -> Option<CurrentProbeLocationAndStatus>[src]
pub fn location_and_status(&self) -> Option<CurrentProbeLocationAndStatus>[src]Probe’s physical location and status of the current monitored by this current probe
pub fn maximum_value(&self) -> Option<u16>[src]
pub fn maximum_value(&self) -> Option<u16>[src]Maximum current level readable by this probe, in milliamps
pub fn minimum_value(&self) -> Option<u16>[src]
pub fn minimum_value(&self) -> Option<u16>[src]Minimum temperature level readable by this probe, in milliamps
pub fn resolution(&self) -> Option<u16>[src]
pub fn resolution(&self) -> Option<u16>[src]Resolution for the probe’s reading, in tenths of milliamps
pub fn tolerance(&self) -> Option<u16>[src]
pub fn tolerance(&self) -> Option<u16>[src]Tolerance for reading from this probe, in plus/minus milliamps
pub fn accuracy(&self) -> Option<u16>[src]
pub fn accuracy(&self) -> Option<u16>[src]Accuracy for reading from this probe, in plus/minus 1/100th of a percent
pub fn oem_defined(&self) -> Option<u32>[src]
pub fn oem_defined(&self) -> Option<u32>[src]OEM- or BIOS vendor-specific information.
pub fn nominal_value(&self) -> Option<u16>[src]
pub fn nominal_value(&self) -> Option<u16>[src]Nominal value for the probe’s reading in milliamps
Trait Implementations
impl Debug for SMBiosElectricalCurrentProbe<'_>[src]
impl Debug for SMBiosElectricalCurrentProbe<'_>[src]impl<'a> SMBiosStruct<'a> for SMBiosElectricalCurrentProbe<'a>[src]
impl<'a> SMBiosStruct<'a> for SMBiosElectricalCurrentProbe<'a>[src]const STRUCT_TYPE: u8[src]
const STRUCT_TYPE: u8[src]The SMBIOS structure type Read more
fn new(parts: &'a UndefinedStruct) -> Self[src]
fn new(parts: &'a UndefinedStruct) -> Self[src]Creates a new instance of the implementing SMBIOS type
fn parts(&self) -> &'a UndefinedStruct[src]
fn parts(&self) -> &'a UndefinedStruct[src]Contains the standard parts/sections of the implementing SMBIOS type.
impl Serialize for SMBiosElectricalCurrentProbe<'_>[src]
impl Serialize for SMBiosElectricalCurrentProbe<'_>[src]