pub struct reb_simulation { /* private fields */ }Expand description
Opaque REBOUND simulation.
Auto Trait Implementations§
impl Freeze for reb_simulation
impl RefUnwindSafe for reb_simulation
impl Send for reb_simulation
impl Sync for reb_simulation
impl Unpin for reb_simulation
impl UnsafeUnpin for reb_simulation
impl UnwindSafe for reb_simulation
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