pub struct GreensOpts {
pub z_h: f64,
pub delta_rho: f64,
pub output: OutputOpts,
}Expand description
Options for spectroxide greens [flags].
Fields§
§z_h: f64Injection redshift --z-h (heating epoch).
delta_rho: f64Energy injection amplitude Δρ/ρ (--delta-rho).
output: OutputOptsOutput format and destination.
Trait Implementations§
Auto Trait Implementations§
impl Freeze for GreensOpts
impl RefUnwindSafe for GreensOpts
impl Send for GreensOpts
impl Sync for GreensOpts
impl Unpin for GreensOpts
impl UnwindSafe for GreensOpts
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