#[repr(C)]pub struct PioBalancedHvdcConverterView {Show 13 fields
pub component: PioComponentIdView,
pub kind: PioStringView,
pub loss_factor_percent: f64,
pub voltage_regulator_on: bool,
pub has_voltage_regulator_on: bool,
pub voltage_setpoint_kv: f64,
pub has_voltage_setpoint: bool,
pub reactive_power_setpoint_mvar: f64,
pub has_reactive_power_setpoint: bool,
pub power_factor: f64,
pub has_power_factor: bool,
pub regulating_terminal: PioTerminalReferenceView,
pub has_regulating_terminal: bool,
}Expand description
One AC terminal converter station of a balanced HVDC line.
Fields§
§component: PioComponentIdView§kind: PioStringView§loss_factor_percent: f64§voltage_regulator_on: bool§has_voltage_regulator_on: bool§voltage_setpoint_kv: f64§has_voltage_setpoint: bool§reactive_power_setpoint_mvar: f64§has_reactive_power_setpoint: bool§power_factor: f64§has_power_factor: bool§regulating_terminal: PioTerminalReferenceView§has_regulating_terminal: boolTrait Implementations§
Source§impl Clone for PioBalancedHvdcConverterView
impl Clone for PioBalancedHvdcConverterView
Source§fn clone(&self) -> PioBalancedHvdcConverterView
fn clone(&self) -> PioBalancedHvdcConverterView
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 PioBalancedHvdcConverterView
Auto Trait Implementations§
impl !Send for PioBalancedHvdcConverterView
impl !Sync for PioBalancedHvdcConverterView
impl Freeze for PioBalancedHvdcConverterView
impl RefUnwindSafe for PioBalancedHvdcConverterView
impl Unpin for PioBalancedHvdcConverterView
impl UnsafeUnpin for PioBalancedHvdcConverterView
impl UnwindSafe for PioBalancedHvdcConverterView
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