#[repr(C)]pub struct PioScucEnergyCostBlockView {
pub marginal_cost: f64,
pub block_size_pu: f64,
}Expand description
One piecewise linear active energy cost block.
Fields§
§marginal_cost: f64§block_size_pu: f64Trait Implementations§
Source§impl Clone for PioScucEnergyCostBlockView
impl Clone for PioScucEnergyCostBlockView
Source§fn clone(&self) -> PioScucEnergyCostBlockView
fn clone(&self) -> PioScucEnergyCostBlockView
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 PioScucEnergyCostBlockView
Auto Trait Implementations§
impl Freeze for PioScucEnergyCostBlockView
impl RefUnwindSafe for PioScucEnergyCostBlockView
impl Send for PioScucEnergyCostBlockView
impl Sync for PioScucEnergyCostBlockView
impl Unpin for PioScucEnergyCostBlockView
impl UnsafeUnpin for PioScucEnergyCostBlockView
impl UnwindSafe for PioScucEnergyCostBlockView
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