pub struct VoltageProbeLocationAndStatus {
pub raw: u8,
}
Expand description
§Voltage Probe Location and Status
Fields§
§raw: u8
Raw value
Implementations§
Source§impl 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§
Source§impl From<u8> for VoltageProbeLocationAndStatus
impl From<u8> for VoltageProbeLocationAndStatus
Source§impl PartialEq for VoltageProbeLocationAndStatus
impl PartialEq for VoltageProbeLocationAndStatus
Source§fn eq(&self, other: &VoltageProbeLocationAndStatus) -> bool
fn eq(&self, other: &VoltageProbeLocationAndStatus) -> bool
Tests for
self
and other
values to be equal, and is used by ==
.impl Eq for VoltageProbeLocationAndStatus
impl StructuralPartialEq for VoltageProbeLocationAndStatus
Auto Trait Implementations§
impl Freeze for VoltageProbeLocationAndStatus
impl RefUnwindSafe for VoltageProbeLocationAndStatus
impl Send for VoltageProbeLocationAndStatus
impl Sync for VoltageProbeLocationAndStatus
impl Unpin for VoltageProbeLocationAndStatus
impl UnwindSafe for VoltageProbeLocationAndStatus
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