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