pub struct ShuntRes {
pub p_mw: f64,
pub q_mvar: f64,
pub vm_pu: f64,
}Fields§
§p_mw: f64shunt active power consumption [MW]
q_mvar: f64shunt reactive power consumption [MVAr]
vm_pu: f64voltage magnitude at shunt bus [pu]
Auto Trait Implementations§
impl Freeze for ShuntRes
impl RefUnwindSafe for ShuntRes
impl Send for ShuntRes
impl Sync for ShuntRes
impl Unpin for ShuntRes
impl UnwindSafe for ShuntRes
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