#[repr(C)]pub struct PioBalancedStaticVarCompensatorView {Show 14 fields
pub component_id: PioStringView,
pub has_component_id: bool,
pub bus_id: usize,
pub minimum_susceptance_siemens: f64,
pub maximum_susceptance_siemens: f64,
pub voltage_setpoint_kv: f64,
pub reactive_power_setpoint_mvar: f64,
pub regulation_mode: PioStringView,
pub regulating: bool,
pub regulating_terminal: PioTerminalReferenceView,
pub has_regulating_terminal: bool,
pub active_power_mw: f64,
pub reactive_power_mvar: f64,
pub in_service: bool,
}Expand description
One balanced static VAR compensator.
Fields§
§component_id: PioStringView§has_component_id: bool§bus_id: usize§minimum_susceptance_siemens: f64§maximum_susceptance_siemens: f64§voltage_setpoint_kv: f64§reactive_power_setpoint_mvar: f64§regulation_mode: PioStringView§regulating: bool§regulating_terminal: PioTerminalReferenceView§has_regulating_terminal: bool§active_power_mw: f64§reactive_power_mvar: f64§in_service: boolTrait Implementations§
Source§impl Clone for PioBalancedStaticVarCompensatorView
impl Clone for PioBalancedStaticVarCompensatorView
Source§fn clone(&self) -> PioBalancedStaticVarCompensatorView
fn clone(&self) -> PioBalancedStaticVarCompensatorView
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 PioBalancedStaticVarCompensatorView
Auto Trait Implementations§
impl !Send for PioBalancedStaticVarCompensatorView
impl !Sync for PioBalancedStaticVarCompensatorView
impl Freeze for PioBalancedStaticVarCompensatorView
impl RefUnwindSafe for PioBalancedStaticVarCompensatorView
impl Unpin for PioBalancedStaticVarCompensatorView
impl UnsafeUnpin for PioBalancedStaticVarCompensatorView
impl UnwindSafe for PioBalancedStaticVarCompensatorView
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