Struct smbioslib::CurrentProbeLocationAndStatus [−][src]
pub struct CurrentProbeLocationAndStatus {
pub raw: u8,
pub status: CurrentProbeStatus,
pub location: CurrentProbeLocation,
}Fields
raw: u8Raw value
raw is most useful when value is None. This is most likely to occur when the standard was updated but this library code has not been updated to match the current standard.
status: CurrentProbeStatuslocation: CurrentProbeLocationTrait Implementations
impl Debug for CurrentProbeLocationAndStatus[src]
impl Debug for CurrentProbeLocationAndStatus[src]impl From<u8> for CurrentProbeLocationAndStatus[src]
impl From<u8> for CurrentProbeLocationAndStatus[src]impl PartialEq<CurrentProbeLocationAndStatus> for CurrentProbeLocationAndStatus[src]
impl PartialEq<CurrentProbeLocationAndStatus> for CurrentProbeLocationAndStatus[src]fn eq(&self, other: &CurrentProbeLocationAndStatus) -> bool[src]
fn eq(&self, other: &CurrentProbeLocationAndStatus) -> bool[src]This method tests for self and other values to be equal, and is used
by ==. Read more
fn ne(&self, other: &CurrentProbeLocationAndStatus) -> bool[src]
fn ne(&self, other: &CurrentProbeLocationAndStatus) -> bool[src]This method tests for !=.