Struct power_flow_data::MultiSectionLineGroup33
source · pub struct MultiSectionLineGroup33 {
pub met: i8,
}Fields§
§met: i8Metered end flag.
- ≤1 to designate bus
ias the metered end. - ≥2 to designate bus
jas the metered end.met= 1 by default.
Auto Trait Implementations§
impl Freeze for MultiSectionLineGroup33
impl RefUnwindSafe for MultiSectionLineGroup33
impl Send for MultiSectionLineGroup33
impl Sync for MultiSectionLineGroup33
impl Unpin for MultiSectionLineGroup33
impl UnwindSafe for MultiSectionLineGroup33
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