#[repr(C)]pub struct reb_integrator_eos {
pub phi0: REB_EOS_TYPE,
pub phi1: REB_EOS_TYPE,
pub n: c_uint,
pub safe_mode: c_uint,
pub is_synchronized: c_uint,
}Fields§
§phi0: REB_EOS_TYPE§phi1: REB_EOS_TYPE§n: c_uint§safe_mode: c_uint§is_synchronized: c_uintTrait Implementations§
Source§impl Clone for reb_integrator_eos
impl Clone for reb_integrator_eos
Source§fn clone(&self) -> reb_integrator_eos
fn clone(&self) -> reb_integrator_eos
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_eos
impl Debug for reb_integrator_eos
impl Copy for reb_integrator_eos
Auto Trait Implementations§
impl Freeze for reb_integrator_eos
impl RefUnwindSafe for reb_integrator_eos
impl Send for reb_integrator_eos
impl Sync for reb_integrator_eos
impl Unpin for reb_integrator_eos
impl UnwindSafe for reb_integrator_eos
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