pub struct PhaseBoundaryRow {
pub steps_per_run: usize,
pub mode: String,
pub is_perturbed: bool,
pub lambda_star: Option<f64>,
pub lambda_0_1: Option<f64>,
pub lambda_0_9: Option<f64>,
pub transition_width: Option<f64>,
pub max_derivative: Option<f64>,
}Fields§
§steps_per_run: usize§mode: String§is_perturbed: bool§lambda_star: Option<f64>§lambda_0_1: Option<f64>§lambda_0_9: Option<f64>§transition_width: Option<f64>§max_derivative: Option<f64>Trait Implementations§
Source§impl Clone for PhaseBoundaryRow
impl Clone for PhaseBoundaryRow
Source§fn clone(&self) -> PhaseBoundaryRow
fn clone(&self) -> PhaseBoundaryRow
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreAuto Trait Implementations§
impl Freeze for PhaseBoundaryRow
impl RefUnwindSafe for PhaseBoundaryRow
impl Send for PhaseBoundaryRow
impl Sync for PhaseBoundaryRow
impl Unpin for PhaseBoundaryRow
impl UnsafeUnpin for PhaseBoundaryRow
impl UnwindSafe for PhaseBoundaryRow
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