#[repr(C)]pub struct PioBalancedShuntView {Show 16 fields
pub component_id: PioStringView,
pub has_component_id: bool,
pub bus_id: usize,
pub conductance_mw: f64,
pub susceptance_mvar: f64,
pub in_service: bool,
pub section_count: u32,
pub has_section_count: bool,
pub has_control: bool,
pub control_mode: PioStringView,
pub control_vmax_pu: f64,
pub control_vmin_pu: f64,
pub control_bus_id: usize,
pub has_control_bus: bool,
pub control_reactive_range_percent: f64,
pub control_block_count: usize,
}Expand description
One balanced shunt.
Fields§
§component_id: PioStringView§has_component_id: bool§bus_id: usize§conductance_mw: f64§susceptance_mvar: f64§in_service: bool§section_count: u32§has_section_count: bool§has_control: bool§control_mode: PioStringView§control_vmax_pu: f64§control_vmin_pu: f64§control_bus_id: usize§has_control_bus: bool§control_reactive_range_percent: f64§control_block_count: usizeTrait Implementations§
Source§impl Clone for PioBalancedShuntView
impl Clone for PioBalancedShuntView
Source§fn clone(&self) -> PioBalancedShuntView
fn clone(&self) -> PioBalancedShuntView
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 PioBalancedShuntView
Auto Trait Implementations§
impl !Send for PioBalancedShuntView
impl !Sync for PioBalancedShuntView
impl Freeze for PioBalancedShuntView
impl RefUnwindSafe for PioBalancedShuntView
impl Unpin for PioBalancedShuntView
impl UnsafeUnpin for PioBalancedShuntView
impl UnwindSafe for PioBalancedShuntView
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