#[repr(C)]pub struct PioBalancedThreeWindingTransformerView {
pub component_id: PioStringView,
pub has_component_id: bool,
pub name: PioStringView,
pub has_name: bool,
pub winding_count: usize,
pub impedance_count: usize,
pub star_voltage_magnitude_pu: f64,
pub star_voltage_angle_degrees: f64,
pub magnetizing_conductance_pu: f64,
pub magnetizing_susceptance_pu: f64,
pub in_service: bool,
}Expand description
One balanced three winding transformer.
Fields§
§component_id: PioStringView§has_component_id: bool§name: PioStringView§has_name: bool§winding_count: usize§impedance_count: usize§star_voltage_magnitude_pu: f64§star_voltage_angle_degrees: f64§magnetizing_conductance_pu: f64§magnetizing_susceptance_pu: f64§in_service: boolTrait Implementations§
Source§impl Clone for PioBalancedThreeWindingTransformerView
impl Clone for PioBalancedThreeWindingTransformerView
Source§fn clone(&self) -> PioBalancedThreeWindingTransformerView
fn clone(&self) -> PioBalancedThreeWindingTransformerView
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 PioBalancedThreeWindingTransformerView
Auto Trait Implementations§
impl !Send for PioBalancedThreeWindingTransformerView
impl !Sync for PioBalancedThreeWindingTransformerView
impl Freeze for PioBalancedThreeWindingTransformerView
impl RefUnwindSafe for PioBalancedThreeWindingTransformerView
impl Unpin for PioBalancedThreeWindingTransformerView
impl UnsafeUnpin for PioBalancedThreeWindingTransformerView
impl UnwindSafe for PioBalancedThreeWindingTransformerView
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