pub enum MeasHighV {
Off,
On,
Invalid(u16),
}Available on crate feature
model64412 only.Expand description
Meas High V
Set the DER to always measure high voltage
Variants§
Off
Data Unaffected
Modbus Falsification Disabled
On
Data Falsification
Modbus Falsification Enabled
Invalid(u16)
Raw enum value not defined by the SunSpec model.
Trait Implementations§
impl Copy for MeasHighV
impl Eq for MeasHighV
impl StructuralPartialEq for MeasHighV
Auto Trait Implementations§
impl Freeze for MeasHighV
impl RefUnwindSafe for MeasHighV
impl Send for MeasHighV
impl Sync for MeasHighV
impl Unpin for MeasHighV
impl UnsafeUnpin for MeasHighV
impl UnwindSafe for MeasHighV
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