pub struct TcpPhaseAlignmentRow {
pub steps_per_run: usize,
pub lambda_star: Option<f64>,
pub lambda_tp_peak: Option<f64>,
pub lambda_b1_peak: Option<f64>,
pub delta_tp: Option<f64>,
pub delta_b1: Option<f64>,
}Fields§
§steps_per_run: usize§lambda_star: Option<f64>§lambda_tp_peak: Option<f64>§lambda_b1_peak: Option<f64>§delta_tp: Option<f64>§delta_b1: Option<f64>Trait Implementations§
Source§impl Clone for TcpPhaseAlignmentRow
impl Clone for TcpPhaseAlignmentRow
Source§fn clone(&self) -> TcpPhaseAlignmentRow
fn clone(&self) -> TcpPhaseAlignmentRow
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 TcpPhaseAlignmentRow
impl RefUnwindSafe for TcpPhaseAlignmentRow
impl Send for TcpPhaseAlignmentRow
impl Sync for TcpPhaseAlignmentRow
impl Unpin for TcpPhaseAlignmentRow
impl UnsafeUnpin for TcpPhaseAlignmentRow
impl UnwindSafe for TcpPhaseAlignmentRow
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