#[repr(C)]pub struct reb_integrator_janus_state {
pub scale_pos: f64,
pub scale_vel: f64,
pub order: c_uint,
pub recalculate_integer_coordinates_this_timestep: c_uint,
pub p_int: *mut reb_particle_int,
pub N_allocated: usize,
}Fields§
§scale_pos: f64§scale_vel: f64§order: c_uint§recalculate_integer_coordinates_this_timestep: c_uint§p_int: *mut reb_particle_int§N_allocated: usizeTrait Implementations§
Source§impl Clone for reb_integrator_janus_state
impl Clone for reb_integrator_janus_state
Source§fn clone(&self) -> reb_integrator_janus_state
fn clone(&self) -> reb_integrator_janus_state
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · 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_janus_state
impl Debug for reb_integrator_janus_state
impl Copy for reb_integrator_janus_state
Auto Trait Implementations§
impl Freeze for reb_integrator_janus_state
impl RefUnwindSafe for reb_integrator_janus_state
impl !Send for reb_integrator_janus_state
impl !Sync for reb_integrator_janus_state
impl Unpin for reb_integrator_janus_state
impl UnsafeUnpin for reb_integrator_janus_state
impl UnwindSafe for reb_integrator_janus_state
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