#[repr(C)]pub struct PioMulticonductorLineCodeView {Show 14 fields
pub name: PioStringView,
pub conductor_count: usize,
pub resistance_matrix_row_count: usize,
pub reactance_matrix_row_count: usize,
pub conductance_from_matrix_row_count: usize,
pub susceptance_from_matrix_row_count: usize,
pub conductance_to_matrix_row_count: usize,
pub susceptance_to_matrix_row_count: usize,
pub current_limit_a: PioF64View,
pub has_current_limit: bool,
pub apparent_power_limit_va: PioF64View,
pub has_apparent_power_limit: bool,
pub source: PioStringView,
pub has_source: bool,
}Expand description
One multiconductor line code.
Fields§
§name: PioStringView§conductor_count: usize§resistance_matrix_row_count: usize§reactance_matrix_row_count: usize§conductance_from_matrix_row_count: usize§susceptance_from_matrix_row_count: usize§conductance_to_matrix_row_count: usize§susceptance_to_matrix_row_count: usize§current_limit_a: PioF64View§has_current_limit: bool§apparent_power_limit_va: PioF64View§has_apparent_power_limit: bool§source: PioStringView§has_source: boolTrait Implementations§
Source§impl Clone for PioMulticonductorLineCodeView
impl Clone for PioMulticonductorLineCodeView
Source§fn clone(&self) -> PioMulticonductorLineCodeView
fn clone(&self) -> PioMulticonductorLineCodeView
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 PioMulticonductorLineCodeView
Auto Trait Implementations§
impl !Send for PioMulticonductorLineCodeView
impl !Sync for PioMulticonductorLineCodeView
impl Freeze for PioMulticonductorLineCodeView
impl RefUnwindSafe for PioMulticonductorLineCodeView
impl Unpin for PioMulticonductorLineCodeView
impl UnsafeUnpin for PioMulticonductorLineCodeView
impl UnwindSafe for PioMulticonductorLineCodeView
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