Struct power_flow_data::DCLineID33
source · pub struct DCLineID33 {
pub name: ArrayString<15>,
}Fields§
§name: ArrayString<15>The non-blank alphanumeric identifier assigned to this DC line.
Each multi-terminal DC line must have a unique name. name` may be up to twelve characters and may contain any combination of blanks, uppercase letters,
numbers and special characters. name must be enclosed in single or double quotes if it contains any
blanks or special characters. No default allowed.
Auto Trait Implementations§
impl Freeze for DCLineID33
impl RefUnwindSafe for DCLineID33
impl Send for DCLineID33
impl Sync for DCLineID33
impl Unpin for DCLineID33
impl UnwindSafe for DCLineID33
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