#[repr(C)]pub struct PioScucShuntView {
pub id: PioComponentIdView,
pub conductance_per_step_pu: f64,
pub susceptance_per_step_pu: f64,
pub step_min: i64,
pub step_max: i64,
pub initial_step: i64,
}Expand description
Discrete step limits for one SCUC shunt.
Fields§
§id: PioComponentIdView§conductance_per_step_pu: f64§susceptance_per_step_pu: f64§step_min: i64§step_max: i64§initial_step: i64Trait Implementations§
Source§impl Clone for PioScucShuntView
impl Clone for PioScucShuntView
Source§fn clone(&self) -> PioScucShuntView
fn clone(&self) -> PioScucShuntView
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 PioScucShuntView
Auto Trait Implementations§
impl !Send for PioScucShuntView
impl !Sync for PioScucShuntView
impl Freeze for PioScucShuntView
impl RefUnwindSafe for PioScucShuntView
impl Unpin for PioScucShuntView
impl UnsafeUnpin for PioScucShuntView
impl UnwindSafe for PioScucShuntView
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