Struct smbioslib::CurrentProbeLocationAndStatus
source · 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§
source§impl From<u8> for CurrentProbeLocationAndStatus
impl From<u8> for CurrentProbeLocationAndStatus
source§impl PartialEq<CurrentProbeLocationAndStatus> for CurrentProbeLocationAndStatus
impl PartialEq<CurrentProbeLocationAndStatus> for CurrentProbeLocationAndStatus
source§fn eq(&self, other: &CurrentProbeLocationAndStatus) -> bool
fn eq(&self, other: &CurrentProbeLocationAndStatus) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.impl Eq for CurrentProbeLocationAndStatus
impl StructuralEq for CurrentProbeLocationAndStatus
impl StructuralPartialEq for CurrentProbeLocationAndStatus
Auto Trait Implementations§
impl RefUnwindSafe for CurrentProbeLocationAndStatus
impl Send for CurrentProbeLocationAndStatus
impl Sync for CurrentProbeLocationAndStatus
impl Unpin for CurrentProbeLocationAndStatus
impl UnwindSafe for CurrentProbeLocationAndStatus
Blanket Implementations§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more