Struct smbioslib::CurrentProbeLocationAndStatus [−][src]
pub struct CurrentProbeLocationAndStatus { pub raw: u8, pub status: CurrentProbeStatus, pub location: CurrentProbeLocation, }
Expand description
Fields
raw: u8
Raw 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: CurrentProbeStatus
location: CurrentProbeLocation
Trait Implementations
This method tests for self
and other
values to be equal, and is used
by ==
. Read more
This method tests for !=
.
Auto Trait Implementations
impl Send for CurrentProbeLocationAndStatus
impl Sync for CurrentProbeLocationAndStatus
impl Unpin for CurrentProbeLocationAndStatus
impl UnwindSafe for CurrentProbeLocationAndStatus