#[repr(C)]pub struct reb_integrator_sei {
pub OMEGA: f64,
pub OMEGAZ: f64,
pub lastdt: f64,
pub sindt: f64,
pub tandt: f64,
pub sindtz: f64,
pub tandtz: f64,
}Fields§
§OMEGA: f64§OMEGAZ: f64§lastdt: f64§sindt: f64§tandt: f64§sindtz: f64§tandtz: f64Trait Implementations§
Source§impl Clone for reb_integrator_sei
impl Clone for reb_integrator_sei
Source§fn clone(&self) -> reb_integrator_sei
fn clone(&self) -> reb_integrator_sei
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_sei
impl Debug for reb_integrator_sei
impl Copy for reb_integrator_sei
Auto Trait Implementations§
impl Freeze for reb_integrator_sei
impl RefUnwindSafe for reb_integrator_sei
impl Send for reb_integrator_sei
impl Sync for reb_integrator_sei
impl Unpin for reb_integrator_sei
impl UnsafeUnpin for reb_integrator_sei
impl UnwindSafe for reb_integrator_sei
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