pub enum PrtPrtTyp {
Pv,
Ess,
Ev,
Inj,
Abs,
Bidir,
DcDc,
Invalid(u16),
}Available on crate feature
model714 only.Expand description
Port Type
Port type.
Variants§
Pv
Photovoltaic
Ess
Energy Storage System
Ev
Electric Vehicle
Inj
Generic Injecting
Abs
Generic Absorbing
Bidir
Generic Bidirectional
DcDc
DC to DC
Invalid(u16)
Raw enum value not defined by the SunSpec model.
Trait Implementations§
impl Copy for PrtPrtTyp
impl Eq for PrtPrtTyp
impl StructuralPartialEq for PrtPrtTyp
Auto Trait Implementations§
impl Freeze for PrtPrtTyp
impl RefUnwindSafe for PrtPrtTyp
impl Send for PrtPrtTyp
impl Sync for PrtPrtTyp
impl Unpin for PrtPrtTyp
impl UnsafeUnpin for PrtPrtTyp
impl UnwindSafe for PrtPrtTyp
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