pub enum MeasHighS {
Off,
On,
Invalid(u16),
}Available on crate feature
model64412 only.Expand description
Meas High S
Set the DER to always measure high apparent power
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 MeasHighS
impl Eq for MeasHighS
impl StructuralPartialEq for MeasHighS
Auto Trait Implementations§
impl Freeze for MeasHighS
impl RefUnwindSafe for MeasHighS
impl Send for MeasHighS
impl Sync for MeasHighS
impl Unpin for MeasHighS
impl UnsafeUnpin for MeasHighS
impl UnwindSafe for MeasHighS
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