pub enum LocRemCtl {
Remote,
Local,
Invalid(u16),
}Available on crate feature
model715 only.Expand description
Control Mode
DER control mode. Enumeration.
Comments: DER Controls
Variants§
Remote
Remote Control
Local
Local Control
Local mode is required for manual/maintenance operations. Once invoked, it must be explicitly exited for the inverter to be controlled remotely.
Invalid(u16)
Raw enum value not defined by the SunSpec model.
Trait Implementations§
impl Copy for LocRemCtl
impl Eq for LocRemCtl
impl StructuralPartialEq for LocRemCtl
Auto Trait Implementations§
impl Freeze for LocRemCtl
impl RefUnwindSafe for LocRemCtl
impl Send for LocRemCtl
impl Sync for LocRemCtl
impl Unpin for LocRemCtl
impl UnsafeUnpin for LocRemCtl
impl UnwindSafe for LocRemCtl
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