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