pub struct SgenRes {
pub p_mw: f64,
pub q_mvar: f64,
}Fields§
§p_mw: f64resulting active power demand after scaling [MW]
q_mvar: f64resulting reactive power demand after scaling [MVar]
Auto Trait Implementations§
impl Freeze for SgenRes
impl RefUnwindSafe for SgenRes
impl Send for SgenRes
impl Sync for SgenRes
impl Unpin for SgenRes
impl UnwindSafe for SgenRes
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