#[repr(C)]pub struct reb_integrator_bs {Show 15 fields
pub eps_abs: f64,
pub eps_rel: f64,
pub min_dt: f64,
pub max_dt: f64,
pub nbody_ode: *mut reb_ode,
pub sequence: *mut c_int,
pub cost_per_step: *mut c_int,
pub cost_per_time_unit: *mut f64,
pub optimal_step: *mut f64,
pub coeff: *mut f64,
pub dt_proposed: f64,
pub first_or_last_step: c_int,
pub previous_rejected: c_int,
pub target_iter: c_int,
pub user_ode_needs_nbody: c_int,
}Fields§
§eps_abs: f64§eps_rel: f64§min_dt: f64§max_dt: f64§nbody_ode: *mut reb_ode§sequence: *mut c_int§cost_per_step: *mut c_int§cost_per_time_unit: *mut f64§optimal_step: *mut f64§coeff: *mut f64§dt_proposed: f64§first_or_last_step: c_int§previous_rejected: c_int§target_iter: c_int§user_ode_needs_nbody: c_intTrait Implementations§
Source§impl Clone for reb_integrator_bs
impl Clone for reb_integrator_bs
Source§fn clone(&self) -> reb_integrator_bs
fn clone(&self) -> reb_integrator_bs
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 moreSource§impl Debug for reb_integrator_bs
impl Debug for reb_integrator_bs
impl Copy for reb_integrator_bs
Auto Trait Implementations§
impl Freeze for reb_integrator_bs
impl RefUnwindSafe for reb_integrator_bs
impl !Send for reb_integrator_bs
impl !Sync for reb_integrator_bs
impl Unpin for reb_integrator_bs
impl UnwindSafe for reb_integrator_bs
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