Struct smbioslib::CurrentProbeLocationAndStatus [−][src]
pub struct CurrentProbeLocationAndStatus {
pub raw: u8,
pub status: CurrentProbeStatus,
pub location: CurrentProbeLocation,
}Expand description
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
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 CurrentProbeLocationAndStatusimpl Sync for CurrentProbeLocationAndStatusimpl Unpin for CurrentProbeLocationAndStatusimpl UnwindSafe for CurrentProbeLocationAndStatus