pub enum AcType {
SinglePhase,
SplitPhase,
ThreePhase,
Invalid(u16),
}Available on crate feature
model701 only.Expand description
AC Wiring Type
AC wiring type.
Comments: Wiring Type
Variants§
SinglePhase
Single Phase
SplitPhase
Split Phase
ThreePhase
Three Phase
Invalid(u16)
Raw enum value not defined by the SunSpec model.
Trait Implementations§
impl Copy for AcType
impl Eq for AcType
impl StructuralPartialEq for AcType
Auto Trait Implementations§
impl Freeze for AcType
impl RefUnwindSafe for AcType
impl Send for AcType
impl Sync for AcType
impl Unpin for AcType
impl UnsafeUnpin for AcType
impl UnwindSafe for AcType
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