Enum power_flow_data::SwitchedShunt
source · pub enum SwitchedShunt {
SwitchedShunt30(SwitchedShunt30),
SwitchedShunt33(SwitchedShunt33),
}Expand description
The SwitchedShunts data record depends on the PSSE version:
- See SwitchedShunt30 for PSSE v30 files.
- See SwitchedShunt33 for PSSE v33 files.
Variants§
SwitchedShunt30(SwitchedShunt30)
SwitchedShunt33(SwitchedShunt33)
Implementations§
Auto Trait Implementations§
impl Freeze for SwitchedShunt
impl RefUnwindSafe for SwitchedShunt
impl Send for SwitchedShunt
impl Sync for SwitchedShunt
impl Unpin for SwitchedShunt
impl UnwindSafe for SwitchedShunt
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