pub struct TransitionSharpnessRow {
pub run_id: String,
pub n_events: usize,
pub tau_midpoint: f64,
pub drho_dtau: f64,
pub abs_drho_dtau: f64,
}Fields§
§run_id: String§n_events: usize§tau_midpoint: f64§drho_dtau: f64§abs_drho_dtau: f64Trait Implementations§
Source§impl Clone for TransitionSharpnessRow
impl Clone for TransitionSharpnessRow
Source§fn clone(&self) -> TransitionSharpnessRow
fn clone(&self) -> TransitionSharpnessRow
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 TransitionSharpnessRow
impl RefUnwindSafe for TransitionSharpnessRow
impl Send for TransitionSharpnessRow
impl Sync for TransitionSharpnessRow
impl Unpin for TransitionSharpnessRow
impl UnsafeUnpin for TransitionSharpnessRow
impl UnwindSafe for TransitionSharpnessRow
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