pub enum CcConfigAuxMode {
Float,
DiversionRelay,
DiversionSolidSt,
LowBattDisconnect,
Remote,
VentFan,
PvTrigger,
ErrorOutput,
NightLight,
Invalid(u16),
}Available on crate feature
model64112 only.Expand description
AUX Output Mode
Variants§
Float
DiversionRelay
DiversionSolidSt
LowBattDisconnect
Remote
VentFan
PvTrigger
ErrorOutput
NightLight
Invalid(u16)
Raw enum value not defined by the SunSpec model.
Trait Implementations§
Source§impl Clone for CcConfigAuxMode
impl Clone for CcConfigAuxMode
Source§fn clone(&self) -> CcConfigAuxMode
fn clone(&self) -> CcConfigAuxMode
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 CcConfigAuxMode
impl Debug for CcConfigAuxMode
Source§impl EnumValue for CcConfigAuxMode
impl EnumValue for CcConfigAuxMode
Source§impl FixedSize for CcConfigAuxMode
impl FixedSize for CcConfigAuxMode
Source§impl PartialEq for CcConfigAuxMode
impl PartialEq for CcConfigAuxMode
impl Copy for CcConfigAuxMode
impl Eq for CcConfigAuxMode
impl StructuralPartialEq for CcConfigAuxMode
Auto Trait Implementations§
impl Freeze for CcConfigAuxMode
impl RefUnwindSafe for CcConfigAuxMode
impl Send for CcConfigAuxMode
impl Sync for CcConfigAuxMode
impl Unpin for CcConfigAuxMode
impl UnsafeUnpin for CcConfigAuxMode
impl UnwindSafe for CcConfigAuxMode
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