Struct smbioslib::VoltageProbeLocationAndStatus
source · [−]pub struct VoltageProbeLocationAndStatus {
pub raw: u8,
}
Expand description
Fields
raw: u8
Raw value
Implementations
sourceimpl VoltageProbeLocationAndStatus
impl VoltageProbeLocationAndStatus
sourcepub fn location(&self) -> VoltageProbeLocation
pub fn location(&self) -> VoltageProbeLocation
Voltage Probe Location
sourcepub fn status(&self) -> VoltageProbeStatus
pub fn status(&self) -> VoltageProbeStatus
Voltage Probe Status
Trait Implementations
sourceimpl Debug for VoltageProbeLocationAndStatus
impl Debug for VoltageProbeLocationAndStatus
sourceimpl From<u8> for VoltageProbeLocationAndStatus
impl From<u8> for VoltageProbeLocationAndStatus
sourceimpl PartialEq<VoltageProbeLocationAndStatus> for VoltageProbeLocationAndStatus
impl PartialEq<VoltageProbeLocationAndStatus> for VoltageProbeLocationAndStatus
sourcefn eq(&self, other: &VoltageProbeLocationAndStatus) -> bool
fn eq(&self, other: &VoltageProbeLocationAndStatus) -> bool
This method tests for self
and other
values to be equal, and is used
by ==
. Read more
sourcefn ne(&self, other: &VoltageProbeLocationAndStatus) -> bool
fn ne(&self, other: &VoltageProbeLocationAndStatus) -> bool
This method tests for !=
.
impl Eq for VoltageProbeLocationAndStatus
impl StructuralEq for VoltageProbeLocationAndStatus
impl StructuralPartialEq for VoltageProbeLocationAndStatus
Auto Trait Implementations
impl RefUnwindSafe for VoltageProbeLocationAndStatus
impl Send for VoltageProbeLocationAndStatus
impl Sync for VoltageProbeLocationAndStatus
impl Unpin for VoltageProbeLocationAndStatus
impl UnwindSafe for VoltageProbeLocationAndStatus
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