pub struct ScientificParams {
pub canonical: CanonicalParams,
pub spec: NeutrinoSpec,
pub derived: DerivedParams,
pub accuracy: AccuracyPreset,
}Fields§
§canonical: CanonicalParamsCanonical, user-facing parameter set (inputs in convenient forms).
spec: NeutrinoSpecExplicit neutrino model specification (effective vs split).
derived: DerivedParamsDerived quantities computed from the canonical/spec inputs.
accuracy: AccuracyPresetGlobal accuracy / performance preset controlling numerical knobs.
Trait Implementations§
Source§impl Clone for ScientificParams
impl Clone for ScientificParams
Source§fn clone(&self) -> ScientificParams
fn clone(&self) -> ScientificParams
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 ScientificParams
impl RefUnwindSafe for ScientificParams
impl Send for ScientificParams
impl Sync for ScientificParams
impl Unpin for ScientificParams
impl UnwindSafe for ScientificParams
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