pub enum ConnPh {
A,
B,
C,
Invalid(u16),
}Available on crate feature
model121 only.Expand description
ConnPh
Identity of connected phase for single phase inverters. A=1 B=2 C=3.
Variants§
Trait Implementations§
impl Copy for ConnPh
impl Eq for ConnPh
impl StructuralPartialEq for ConnPh
Auto Trait Implementations§
impl Freeze for ConnPh
impl RefUnwindSafe for ConnPh
impl Send for ConnPh
impl Sync for ConnPh
impl Unpin for ConnPh
impl UnsafeUnpin for ConnPh
impl UnwindSafe for ConnPh
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