pub enum WMaxLimPctEnaRvrt {
Disabled,
Enabled,
Invalid(u16),
}Available on crate feature
model704 only.Expand description
Reversion Limit Max Power Pct Enable
Reversion limit maximum active power percent value 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§
Source§impl Clone for WMaxLimPctEnaRvrt
impl Clone for WMaxLimPctEnaRvrt
Source§fn clone(&self) -> WMaxLimPctEnaRvrt
fn clone(&self) -> WMaxLimPctEnaRvrt
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for WMaxLimPctEnaRvrt
impl Debug for WMaxLimPctEnaRvrt
Source§impl EnumValue for WMaxLimPctEnaRvrt
impl EnumValue for WMaxLimPctEnaRvrt
Source§impl FixedSize for WMaxLimPctEnaRvrt
impl FixedSize for WMaxLimPctEnaRvrt
Source§impl PartialEq for WMaxLimPctEnaRvrt
impl PartialEq for WMaxLimPctEnaRvrt
impl Copy for WMaxLimPctEnaRvrt
impl Eq for WMaxLimPctEnaRvrt
impl StructuralPartialEq for WMaxLimPctEnaRvrt
Auto Trait Implementations§
impl Freeze for WMaxLimPctEnaRvrt
impl RefUnwindSafe for WMaxLimPctEnaRvrt
impl Send for WMaxLimPctEnaRvrt
impl Sync for WMaxLimPctEnaRvrt
impl Unpin for WMaxLimPctEnaRvrt
impl UnsafeUnpin for WMaxLimPctEnaRvrt
impl UnwindSafe for WMaxLimPctEnaRvrt
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