#[repr(C)]pub struct PioScucTransformerControlView {
pub id: PioComponentIdView,
pub tap_ratio_min: f64,
pub tap_ratio_max: f64,
pub phase_shift_min_radians: f64,
pub phase_shift_max_radians: f64,
}Expand description
Tap ratio and phase shift bounds for one transformer.
Fields§
§id: PioComponentIdView§tap_ratio_min: f64§tap_ratio_max: f64§phase_shift_min_radians: f64§phase_shift_max_radians: f64Trait Implementations§
Source§impl Clone for PioScucTransformerControlView
impl Clone for PioScucTransformerControlView
Source§fn clone(&self) -> PioScucTransformerControlView
fn clone(&self) -> PioScucTransformerControlView
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 PioScucTransformerControlView
Auto Trait Implementations§
impl !Send for PioScucTransformerControlView
impl !Sync for PioScucTransformerControlView
impl Freeze for PioScucTransformerControlView
impl RefUnwindSafe for PioScucTransformerControlView
impl Unpin for PioScucTransformerControlView
impl UnsafeUnpin for PioScucTransformerControlView
impl UnwindSafe for PioScucTransformerControlView
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