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
sourceimpl Debug for CurrentProbeLocationAndStatus
impl Debug for CurrentProbeLocationAndStatus
sourceimpl From<u8> for CurrentProbeLocationAndStatus
impl From<u8> for CurrentProbeLocationAndStatus
sourceimpl PartialEq<CurrentProbeLocationAndStatus> for CurrentProbeLocationAndStatus
impl PartialEq<CurrentProbeLocationAndStatus> for CurrentProbeLocationAndStatus
sourcefn 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 ==
. Read more
sourcefn ne(&self, other: &CurrentProbeLocationAndStatus) -> bool
fn ne(&self, other: &CurrentProbeLocationAndStatus) -> bool
This method tests for !=
.
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
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more