pub struct VoltageProbeLocationAndStatus {
pub raw: u8,
}Expand description
§Voltage Probe Location and Status
Fields§
§raw: u8Raw 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§
impl Eq for VoltageProbeLocationAndStatus
Source§impl From<u8> for VoltageProbeLocationAndStatus
impl From<u8> 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 UnsafeUnpin 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