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