pub enum PfwInjExt {
OverExcited,
UnderExcited,
Invalid(u16),
}Available on crate feature
model704 only.Expand description
Power Factor Excitation (W Inj)
Power factor excitation setpoint when injecting active power.
Variants§
OverExcited
Over-Excited
Power factor over-excited excitation.
UnderExcited
Under-Excited
Power factor under-excited excitation.
Invalid(u16)
Raw enum value not defined by the SunSpec model.
Trait Implementations§
impl Copy for PfwInjExt
impl Eq for PfwInjExt
impl StructuralPartialEq for PfwInjExt
Auto Trait Implementations§
impl Freeze for PfwInjExt
impl RefUnwindSafe for PfwInjExt
impl Send for PfwInjExt
impl Sync for PfwInjExt
impl Unpin for PfwInjExt
impl UnsafeUnpin for PfwInjExt
impl UnwindSafe for PfwInjExt
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