#[repr(C)]pub struct PioTieLineView {
pub component: PioComponentIdView,
pub boundary_line1: PioComponentIdView,
pub boundary_line2: PioComponentIdView,
pub calculation_branch: PioComponentIdView,
pub has_calculation_branch: bool,
}Expand description
One PowSybl tie line and the two boundary lines that define it.
Fields§
§component: PioComponentIdView§boundary_line1: PioComponentIdView§boundary_line2: PioComponentIdView§calculation_branch: PioComponentIdView§has_calculation_branch: boolTrait Implementations§
Source§impl Clone for PioTieLineView
impl Clone for PioTieLineView
Source§fn clone(&self) -> PioTieLineView
fn clone(&self) -> PioTieLineView
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreimpl Copy for PioTieLineView
Auto Trait Implementations§
impl !Send for PioTieLineView
impl !Sync for PioTieLineView
impl Freeze for PioTieLineView
impl RefUnwindSafe for PioTieLineView
impl Unpin for PioTieLineView
impl UnsafeUnpin for PioTieLineView
impl UnwindSafe for PioTieLineView
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