#[repr(C)]pub struct PioMulticonductorNetworkCountsView {Show 15 fields
pub buses: usize,
pub line_codes: usize,
pub lines: usize,
pub switches: usize,
pub transformers: usize,
pub loads: usize,
pub generators: usize,
pub inverter_based_resources: usize,
pub control_profiles: usize,
pub shunts: usize,
pub capacitors: usize,
pub voltage_sources: usize,
pub untyped_objects: usize,
pub commands: usize,
pub options: usize,
}Expand description
Exact table lengths in a multiconductor network.
Source extension extras maps are not exposed through ABI 7. They are
retained by PowerIO for same format emission but are not PowerIO domain data.
Fields§
§buses: usize§line_codes: usize§lines: usize§switches: usize§transformers: usize§loads: usize§generators: usize§inverter_based_resources: usize§control_profiles: usize§shunts: usize§capacitors: usize§voltage_sources: usize§untyped_objects: usize§commands: usize§options: usizeTrait Implementations§
Source§impl Clone for PioMulticonductorNetworkCountsView
impl Clone for PioMulticonductorNetworkCountsView
Source§fn clone(&self) -> PioMulticonductorNetworkCountsView
fn clone(&self) -> PioMulticonductorNetworkCountsView
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 PioMulticonductorNetworkCountsView
Auto Trait Implementations§
impl Freeze for PioMulticonductorNetworkCountsView
impl RefUnwindSafe for PioMulticonductorNetworkCountsView
impl Send for PioMulticonductorNetworkCountsView
impl Sync for PioMulticonductorNetworkCountsView
impl Unpin for PioMulticonductorNetworkCountsView
impl UnsafeUnpin for PioMulticonductorNetworkCountsView
impl UnwindSafe for PioMulticonductorNetworkCountsView
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