#[repr(C)]pub struct PioBoundaryLineView {Show 16 fields
pub component: PioComponentIdView,
pub voltage_level: PioComponentIdView,
pub active_power_setpoint_mw: f64,
pub reactive_power_setpoint_mvar: f64,
pub resistance_ohm: f64,
pub reactance_ohm: f64,
pub conductance_siemens: f64,
pub susceptance_siemens: f64,
pub pairing_key: PioStringView,
pub has_pairing_key: bool,
pub generation: PioBoundaryLineGenerationView,
pub has_generation: bool,
pub calculation_load: PioComponentIdView,
pub has_calculation_load: bool,
pub calculation_generator: PioComponentIdView,
pub has_calculation_generator: bool,
}Expand description
One PowSybl boundary line retained beside the balanced calculation view.
Fields§
§component: PioComponentIdView§voltage_level: PioComponentIdView§active_power_setpoint_mw: f64§reactive_power_setpoint_mvar: f64§resistance_ohm: f64§reactance_ohm: f64§conductance_siemens: f64§susceptance_siemens: f64§pairing_key: PioStringView§has_pairing_key: bool§generation: PioBoundaryLineGenerationView§has_generation: bool§calculation_load: PioComponentIdView§has_calculation_load: bool§calculation_generator: PioComponentIdView§has_calculation_generator: boolTrait Implementations§
Source§impl Clone for PioBoundaryLineView
impl Clone for PioBoundaryLineView
Source§fn clone(&self) -> PioBoundaryLineView
fn clone(&self) -> PioBoundaryLineView
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 PioBoundaryLineView
Auto Trait Implementations§
impl !Send for PioBoundaryLineView
impl !Sync for PioBoundaryLineView
impl Freeze for PioBoundaryLineView
impl RefUnwindSafe for PioBoundaryLineView
impl Unpin for PioBoundaryLineView
impl UnsafeUnpin for PioBoundaryLineView
impl UnwindSafe for PioBoundaryLineView
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