#[repr(C)]pub struct reb_integrator_saba_state {
pub type_: reb_integrator_saba_state__bindgen_ty_1,
pub safe_mode: c_uint,
pub keep_unsynchronized: c_uint,
pub N_allocated: usize,
pub p_jh: *mut reb_particle,
pub N_allocated_temp: usize,
pub p_temp: *mut reb_particle,
}Fields§
§type_: reb_integrator_saba_state__bindgen_ty_1§safe_mode: c_uint§keep_unsynchronized: c_uint§N_allocated: usize§p_jh: *mut reb_particle§N_allocated_temp: usize§p_temp: *mut reb_particleTrait Implementations§
Source§impl Clone for reb_integrator_saba_state
impl Clone for reb_integrator_saba_state
Source§fn clone(&self) -> reb_integrator_saba_state
fn clone(&self) -> reb_integrator_saba_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_saba_state
impl Debug for reb_integrator_saba_state
impl Copy for reb_integrator_saba_state
Auto Trait Implementations§
impl Freeze for reb_integrator_saba_state
impl RefUnwindSafe for reb_integrator_saba_state
impl !Send for reb_integrator_saba_state
impl !Sync for reb_integrator_saba_state
impl Unpin for reb_integrator_saba_state
impl UnsafeUnpin for reb_integrator_saba_state
impl UnwindSafe for reb_integrator_saba_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