#[repr(C)]pub struct PioScucEnergyRequirementView {
pub start_time_hours: f64,
pub end_time_hours: f64,
pub energy_pu: f64,
}Expand description
One energy requirement over a time window, in per unit as defined by GOC3.
Fields§
§start_time_hours: f64§end_time_hours: f64§energy_pu: f64Trait Implementations§
Source§impl Clone for PioScucEnergyRequirementView
impl Clone for PioScucEnergyRequirementView
Source§fn clone(&self) -> PioScucEnergyRequirementView
fn clone(&self) -> PioScucEnergyRequirementView
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 PioScucEnergyRequirementView
Auto Trait Implementations§
impl Freeze for PioScucEnergyRequirementView
impl RefUnwindSafe for PioScucEnergyRequirementView
impl Send for PioScucEnergyRequirementView
impl Sync for PioScucEnergyRequirementView
impl Unpin for PioScucEnergyRequirementView
impl UnsafeUnpin for PioScucEnergyRequirementView
impl UnwindSafe for PioScucEnergyRequirementView
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