pub enum Ena {
Disabled,
Enabled,
Invalid(u16),
}Available on crate feature
model705 only.Expand description
DER Volt-Var Module Enable
Volt-Var control enable.
Variants§
Disabled
Disabled
Function is disabled.
Enabled
Enabled
Function is enabled.
Invalid(u16)
Raw enum value not defined by the SunSpec model.
Trait Implementations§
impl Copy for Ena
impl Eq for Ena
impl StructuralPartialEq for Ena
Auto Trait Implementations§
impl Freeze for Ena
impl RefUnwindSafe for Ena
impl Send for Ena
impl Sync for Ena
impl Unpin for Ena
impl UnsafeUnpin for Ena
impl UnwindSafe for Ena
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