pub struct ScopfEnergyWindowMinPrRow {
pub w_en_min_pr_ind: usize,
pub uid: String,
pub a_en_min_start: f64,
pub a_en_min_end: f64,
pub e_min: f64,
}Fields§
§w_en_min_pr_ind: usize§uid: String§a_en_min_start: f64§a_en_min_end: f64§e_min: f64Trait Implementations§
Source§impl Clone for ScopfEnergyWindowMinPrRow
impl Clone for ScopfEnergyWindowMinPrRow
Source§fn clone(&self) -> ScopfEnergyWindowMinPrRow
fn clone(&self) -> ScopfEnergyWindowMinPrRow
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 Debug for ScopfEnergyWindowMinPrRow
impl Debug for ScopfEnergyWindowMinPrRow
Source§impl<'de> Deserialize<'de> for ScopfEnergyWindowMinPrRow
impl<'de> Deserialize<'de> for ScopfEnergyWindowMinPrRow
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 ScopfEnergyWindowMinPrRow
impl PartialEq for ScopfEnergyWindowMinPrRow
Source§fn eq(&self, other: &ScopfEnergyWindowMinPrRow) -> bool
fn eq(&self, other: &ScopfEnergyWindowMinPrRow) -> bool
Tests for
self and other values to be equal, and is used by ==.impl StructuralPartialEq for ScopfEnergyWindowMinPrRow
Auto Trait Implementations§
impl Freeze for ScopfEnergyWindowMinPrRow
impl RefUnwindSafe for ScopfEnergyWindowMinPrRow
impl Send for ScopfEnergyWindowMinPrRow
impl Sync for ScopfEnergyWindowMinPrRow
impl Unpin for ScopfEnergyWindowMinPrRow
impl UnsafeUnpin for ScopfEnergyWindowMinPrRow
impl UnwindSafe for ScopfEnergyWindowMinPrRow
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