#[repr(C)]pub struct PioTransformerControlView {Show 15 fields
pub mode: PioStringView,
pub enabled: bool,
pub controlled_bus_id: usize,
pub has_controlled_bus: bool,
pub controlled_bus_on_winding_side: bool,
pub regulating_terminal: PioTerminalReferenceView,
pub has_regulating_terminal: bool,
pub tap_min: f64,
pub tap_max: f64,
pub band_min: f64,
pub band_max: f64,
pub tap_position_count: u32,
pub mva_base: f64,
pub winding_connection_angle: f64,
pub has_winding_connection_angle: bool,
}Expand description
Automatic transformer tap or phase control.
Fields§
§mode: PioStringView§enabled: bool§controlled_bus_id: usize§has_controlled_bus: bool§controlled_bus_on_winding_side: bool§regulating_terminal: PioTerminalReferenceView§has_regulating_terminal: bool§tap_min: f64§tap_max: f64§band_min: f64§band_max: f64§tap_position_count: u32§mva_base: f64§winding_connection_angle: f64§has_winding_connection_angle: boolTrait Implementations§
Source§impl Clone for PioTransformerControlView
impl Clone for PioTransformerControlView
Source§fn clone(&self) -> PioTransformerControlView
fn clone(&self) -> PioTransformerControlView
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 PioTransformerControlView
Auto Trait Implementations§
impl !Send for PioTransformerControlView
impl !Sync for PioTransformerControlView
impl Freeze for PioTransformerControlView
impl RefUnwindSafe for PioTransformerControlView
impl Unpin for PioTransformerControlView
impl UnsafeUnpin for PioTransformerControlView
impl UnwindSafe for PioTransformerControlView
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