Struct smbioslib::VoltageProbeLocationAndStatus [−][src]
pub struct VoltageProbeLocationAndStatus {
pub raw: u8,
}Fields
raw: u8Raw value
Implementations
impl VoltageProbeLocationAndStatus[src]
impl VoltageProbeLocationAndStatus[src]pub fn location(&self) -> VoltageProbeLocation[src]
pub fn location(&self) -> VoltageProbeLocation[src]Voltage Probe Location
pub fn status(&self) -> VoltageProbeStatus[src]
pub fn status(&self) -> VoltageProbeStatus[src]Voltage Probe Status
Trait Implementations
impl Debug for VoltageProbeLocationAndStatus[src]
impl Debug for VoltageProbeLocationAndStatus[src]impl From<u8> for VoltageProbeLocationAndStatus[src]
impl From<u8> for VoltageProbeLocationAndStatus[src]impl PartialEq<VoltageProbeLocationAndStatus> for VoltageProbeLocationAndStatus[src]
impl PartialEq<VoltageProbeLocationAndStatus> for VoltageProbeLocationAndStatus[src]fn eq(&self, other: &VoltageProbeLocationAndStatus) -> bool[src]
fn eq(&self, other: &VoltageProbeLocationAndStatus) -> bool[src]This method tests for self and other values to be equal, and is used
by ==. Read more
fn ne(&self, other: &VoltageProbeLocationAndStatus) -> bool[src]
fn ne(&self, other: &VoltageProbeLocationAndStatus) -> bool[src]This method tests for !=.