#[repr(C)]pub struct reb_integrator_leapfrog {
pub order: c_uint,
}Fields§
§order: c_uintTrait Implementations§
Source§impl Clone for reb_integrator_leapfrog
impl Clone for reb_integrator_leapfrog
Source§fn clone(&self) -> reb_integrator_leapfrog
fn clone(&self) -> reb_integrator_leapfrog
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_leapfrog
impl Debug for reb_integrator_leapfrog
impl Copy for reb_integrator_leapfrog
Auto Trait Implementations§
impl Freeze for reb_integrator_leapfrog
impl RefUnwindSafe for reb_integrator_leapfrog
impl Send for reb_integrator_leapfrog
impl Sync for reb_integrator_leapfrog
impl Unpin for reb_integrator_leapfrog
impl UnsafeUnpin for reb_integrator_leapfrog
impl UnwindSafe for reb_integrator_leapfrog
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