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