#[repr(C)]pub struct PioThreeWindingTransformerWindingView {
pub bus_id: usize,
pub tap_ratio: f64,
pub phase_shift_degrees: f64,
pub nominal_voltage_kv: f64,
pub rating_a_mva: f64,
pub rating_b_mva: f64,
pub rating_c_mva: f64,
pub control: PioTransformerControlView,
pub has_control: bool,
}Expand description
One winding of a balanced three winding transformer.
Fields§
§bus_id: usize§tap_ratio: f64§phase_shift_degrees: f64§nominal_voltage_kv: f64§rating_a_mva: f64§rating_b_mva: f64§rating_c_mva: f64§control: PioTransformerControlView§has_control: boolTrait Implementations§
Source§impl Clone for PioThreeWindingTransformerWindingView
impl Clone for PioThreeWindingTransformerWindingView
Source§fn clone(&self) -> PioThreeWindingTransformerWindingView
fn clone(&self) -> PioThreeWindingTransformerWindingView
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 PioThreeWindingTransformerWindingView
Auto Trait Implementations§
impl !Send for PioThreeWindingTransformerWindingView
impl !Sync for PioThreeWindingTransformerWindingView
impl Freeze for PioThreeWindingTransformerWindingView
impl RefUnwindSafe for PioThreeWindingTransformerWindingView
impl Unpin for PioThreeWindingTransformerWindingView
impl UnsafeUnpin for PioThreeWindingTransformerWindingView
impl UnwindSafe for PioThreeWindingTransformerWindingView
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