pub struct PVSystem {
pub arrays: Vec<Array>,
pub inverter_capacity: f64,
}Fields§
§arrays: Vec<Array>§inverter_capacity: f64Implementations§
Auto Trait Implementations§
impl Freeze for PVSystem
impl !RefUnwindSafe for PVSystem
impl !Send for PVSystem
impl !Sync for PVSystem
impl Unpin for PVSystem
impl UnsafeUnpin for PVSystem
impl !UnwindSafe for PVSystem
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