#[repr(C)]pub struct PioDetailedConnectivityCountsView {Show 28 fields
pub omitted_fields: usize,
pub component_metadata: usize,
pub subnetworks: usize,
pub substations: usize,
pub voltage_levels: usize,
pub bus_breaker_buses: usize,
pub calculated_buses: usize,
pub connectivity_nodes: usize,
pub busbar_sections: usize,
pub junctions: usize,
pub terminals: usize,
pub switches: usize,
pub internal_connections: usize,
pub operational_limit_groups: usize,
pub tap_changers: usize,
pub equipment_reactive_limits: usize,
pub boundary_lines: usize,
pub tie_lines: usize,
pub dc_converter_units: usize,
pub dc_topological_nodes: usize,
pub dc_nodes: usize,
pub dc_grounds: usize,
pub dc_busbars: usize,
pub dc_lines: usize,
pub dc_series_devices: usize,
pub dc_switches: usize,
pub voltage_source_converters: usize,
pub line_commutated_converters: usize,
}Expand description
Exact table lengths in source neutral detailed connectivity.
Fields§
§omitted_fields: usize§component_metadata: usize§subnetworks: usize§substations: usize§voltage_levels: usize§bus_breaker_buses: usize§calculated_buses: usize§connectivity_nodes: usize§busbar_sections: usize§junctions: usize§terminals: usize§switches: usize§internal_connections: usize§operational_limit_groups: usize§tap_changers: usize§equipment_reactive_limits: usize§boundary_lines: usize§tie_lines: usize§dc_converter_units: usize§dc_topological_nodes: usize§dc_nodes: usize§dc_grounds: usize§dc_busbars: usize§dc_lines: usize§dc_series_devices: usize§dc_switches: usize§voltage_source_converters: usize§line_commutated_converters: usizeTrait Implementations§
Source§impl Clone for PioDetailedConnectivityCountsView
impl Clone for PioDetailedConnectivityCountsView
Source§fn clone(&self) -> PioDetailedConnectivityCountsView
fn clone(&self) -> PioDetailedConnectivityCountsView
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 PioDetailedConnectivityCountsView
Auto Trait Implementations§
impl Freeze for PioDetailedConnectivityCountsView
impl RefUnwindSafe for PioDetailedConnectivityCountsView
impl Send for PioDetailedConnectivityCountsView
impl Sync for PioDetailedConnectivityCountsView
impl Unpin for PioDetailedConnectivityCountsView
impl UnsafeUnpin for PioDetailedConnectivityCountsView
impl UnwindSafe for PioDetailedConnectivityCountsView
Blanket Implementations§
impl<T> Allocation for T
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