Struct smbioslib::TemperatureProbeLocationAndStatus [−][src]
Fields
raw: u8Raw value
Implementations
impl TemperatureProbeLocationAndStatus[src]
pub fn location(&self) -> TemperatureProbeLocation[src]
Temperature Probe Location
pub fn status(&self) -> TemperatureProbeStatus[src]
Temperature Probe Status
Trait Implementations
impl Debug for TemperatureProbeLocationAndStatus[src]
impl Eq for TemperatureProbeLocationAndStatus[src]
impl From<u8> for TemperatureProbeLocationAndStatus[src]
impl PartialEq<TemperatureProbeLocationAndStatus> for TemperatureProbeLocationAndStatus[src]
fn eq(&self, other: &TemperatureProbeLocationAndStatus) -> bool[src]
fn ne(&self, other: &TemperatureProbeLocationAndStatus) -> bool[src]
impl StructuralEq for TemperatureProbeLocationAndStatus[src]
impl StructuralPartialEq for TemperatureProbeLocationAndStatus[src]
Auto Trait Implementations
impl RefUnwindSafe for TemperatureProbeLocationAndStatus
impl Send for TemperatureProbeLocationAndStatus
impl Sync for TemperatureProbeLocationAndStatus
impl Unpin for TemperatureProbeLocationAndStatus
impl UnwindSafe for TemperatureProbeLocationAndStatus
Blanket Implementations
impl<T> Any for T where
T: 'static + ?Sized, [src]
T: 'static + ?Sized,
impl<T> Borrow<T> for T where
T: ?Sized, [src]
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized, [src]
T: ?Sized,
pub fn borrow_mut(&mut self) -> &mut Tⓘ[src]
impl<T> From<T> for T[src]
impl<T, U> Into<U> for T where
U: From<T>, [src]
U: From<T>,
impl<T, U> TryFrom<U> for T where
U: Into<T>, [src]
U: Into<T>,
type Error = Infallible
The type returned in the event of a conversion error.
pub fn try_from(value: U) -> Result<T, <T as TryFrom<U>>::Error>[src]
impl<T, U> TryInto<U> for T where
U: TryFrom<T>, [src]
U: TryFrom<T>,