pub struct ScopfEnergyWindowPeriodMinPrRow {
pub w_en_min_pr_ind: usize,
pub uid: String,
pub t: usize,
pub dt: f64,
}Expand description
Period membership of one energy window: the period belongs when
its midpoint falls within the window’s (start, end] interval.
Fields§
§w_en_min_pr_ind: usize§uid: String§t: usize§dt: f64Trait Implementations§
Source§impl Clone for ScopfEnergyWindowPeriodMinPrRow
impl Clone for ScopfEnergyWindowPeriodMinPrRow
Source§fn clone(&self) -> ScopfEnergyWindowPeriodMinPrRow
fn clone(&self) -> ScopfEnergyWindowPeriodMinPrRow
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 moreSource§impl<'de> Deserialize<'de> for ScopfEnergyWindowPeriodMinPrRow
impl<'de> Deserialize<'de> for ScopfEnergyWindowPeriodMinPrRow
Source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
Source§impl PartialEq for ScopfEnergyWindowPeriodMinPrRow
impl PartialEq for ScopfEnergyWindowPeriodMinPrRow
Source§fn eq(&self, other: &ScopfEnergyWindowPeriodMinPrRow) -> bool
fn eq(&self, other: &ScopfEnergyWindowPeriodMinPrRow) -> bool
Tests for
self and other values to be equal, and is used by ==.impl StructuralPartialEq for ScopfEnergyWindowPeriodMinPrRow
Auto Trait Implementations§
impl Freeze for ScopfEnergyWindowPeriodMinPrRow
impl RefUnwindSafe for ScopfEnergyWindowPeriodMinPrRow
impl Send for ScopfEnergyWindowPeriodMinPrRow
impl Sync for ScopfEnergyWindowPeriodMinPrRow
impl Unpin for ScopfEnergyWindowPeriodMinPrRow
impl UnsafeUnpin for ScopfEnergyWindowPeriodMinPrRow
impl UnwindSafe for ScopfEnergyWindowPeriodMinPrRow
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