#[repr(C)]pub struct PioScucViolationCostView {
pub active_power_balance: f64,
pub reactive_power_balance: f64,
pub branch_thermal_limit: f64,
pub energy_requirement: f64,
}Expand description
Required SCUC violation costs.
Fields§
§active_power_balance: f64§reactive_power_balance: f64§branch_thermal_limit: f64§energy_requirement: f64Trait Implementations§
Source§impl Clone for PioScucViolationCostView
impl Clone for PioScucViolationCostView
Source§fn clone(&self) -> PioScucViolationCostView
fn clone(&self) -> PioScucViolationCostView
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 PioScucViolationCostView
Auto Trait Implementations§
impl Freeze for PioScucViolationCostView
impl RefUnwindSafe for PioScucViolationCostView
impl Send for PioScucViolationCostView
impl Sync for PioScucViolationCostView
impl Unpin for PioScucViolationCostView
impl UnsafeUnpin for PioScucViolationCostView
impl UnwindSafe for PioScucViolationCostView
Blanket Implementations§
impl<T> Allocation for T
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