pub enum PfwAbsExt {
OverExcited,
UnderExcited,
Invalid(u16),
}Available on crate feature
model704 only.Expand description
Power Factor Excitation (W Abs)
Power factor excitation setpoint when absorbing 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 PfwAbsExt
impl Eq for PfwAbsExt
impl StructuralPartialEq for PfwAbsExt
Auto Trait Implementations§
impl Freeze for PfwAbsExt
impl RefUnwindSafe for PfwAbsExt
impl Send for PfwAbsExt
impl Sync for PfwAbsExt
impl Unpin for PfwAbsExt
impl UnsafeUnpin for PfwAbsExt
impl UnwindSafe for PfwAbsExt
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