#[repr(C)]pub struct PioScucReserveCostsView {
pub regulation_up: f64,
pub regulation_down: f64,
pub synchronized: f64,
pub nonsynchronized: f64,
pub ramping_up_online: f64,
pub ramping_down_online: f64,
pub ramping_up_offline: f64,
pub ramping_down_offline: f64,
pub reactive_up: f64,
pub reactive_down: f64,
}Expand description
Reserve costs for one device and one interval, in $/(p.u. h).
Fields§
§regulation_up: f64§regulation_down: f64§synchronized: f64§nonsynchronized: f64§ramping_up_online: f64§ramping_down_online: f64§ramping_up_offline: f64§ramping_down_offline: f64§reactive_up: f64§reactive_down: f64Trait Implementations§
Source§impl Clone for PioScucReserveCostsView
impl Clone for PioScucReserveCostsView
Source§fn clone(&self) -> PioScucReserveCostsView
fn clone(&self) -> PioScucReserveCostsView
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 PioScucReserveCostsView
Auto Trait Implementations§
impl Freeze for PioScucReserveCostsView
impl RefUnwindSafe for PioScucReserveCostsView
impl Send for PioScucReserveCostsView
impl Sync for PioScucReserveCostsView
impl Unpin for PioScucReserveCostsView
impl UnsafeUnpin for PioScucReserveCostsView
impl UnwindSafe for PioScucReserveCostsView
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