#[repr(C)]pub struct PioTapChangerView {Show 27 fields
pub component: PioComponentIdView,
pub has_component: bool,
pub transformer: PioComponentIdView,
pub winding: u8,
pub kind: PioStringView,
pub tap_position: i32,
pub has_tap_position: bool,
pub solved_tap_position: i32,
pub has_solved_tap_position: bool,
pub low_tap_position: i32,
pub neutral_tap_position: i32,
pub has_neutral_tap_position: bool,
pub normal_tap_position: i32,
pub has_normal_tap_position: bool,
pub voltage_step_increment_percent: f64,
pub has_voltage_step_increment_percent: bool,
pub load_tap_changing_capabilities: bool,
pub regulating: bool,
pub regulation_mode: PioStringView,
pub has_regulation_mode: bool,
pub regulation_value: f64,
pub has_regulation_value: bool,
pub target_deadband: f64,
pub has_target_deadband: bool,
pub regulation_terminal: PioTerminalReferenceView,
pub has_regulation_terminal: bool,
pub step_count: usize,
}Expand description
One source neutral transformer tap changer.
Fields§
§component: PioComponentIdView§has_component: bool§transformer: PioComponentIdView§winding: u8§kind: PioStringView§tap_position: i32§has_tap_position: bool§solved_tap_position: i32§has_solved_tap_position: bool§low_tap_position: i32§neutral_tap_position: i32§has_neutral_tap_position: bool§normal_tap_position: i32§has_normal_tap_position: bool§voltage_step_increment_percent: f64§has_voltage_step_increment_percent: bool§load_tap_changing_capabilities: bool§regulating: bool§regulation_mode: PioStringView§has_regulation_mode: bool§regulation_value: f64§has_regulation_value: bool§target_deadband: f64§has_target_deadband: bool§regulation_terminal: PioTerminalReferenceView§has_regulation_terminal: bool§step_count: usizeTrait Implementations§
Source§impl Clone for PioTapChangerView
impl Clone for PioTapChangerView
Source§fn clone(&self) -> PioTapChangerView
fn clone(&self) -> PioTapChangerView
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 PioTapChangerView
Auto Trait Implementations§
impl !Send for PioTapChangerView
impl !Sync for PioTapChangerView
impl Freeze for PioTapChangerView
impl RefUnwindSafe for PioTapChangerView
impl Unpin for PioTapChangerView
impl UnsafeUnpin for PioTapChangerView
impl UnwindSafe for PioTapChangerView
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