#[repr(C)]pub struct reb_integrator_configuration {
pub name: *const c_char,
pub callbacks: reb_integrator,
pub state: *mut c_void,
}Fields§
§name: *const c_char§callbacks: reb_integrator§state: *mut c_voidTrait Implementations§
Source§impl Clone for reb_integrator_configuration
impl Clone for reb_integrator_configuration
Source§fn clone(&self) -> reb_integrator_configuration
fn clone(&self) -> reb_integrator_configuration
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_configuration
impl Debug for reb_integrator_configuration
impl Copy for reb_integrator_configuration
Auto Trait Implementations§
impl Freeze for reb_integrator_configuration
impl RefUnwindSafe for reb_integrator_configuration
impl !Send for reb_integrator_configuration
impl !Sync for reb_integrator_configuration
impl Unpin for reb_integrator_configuration
impl UnsafeUnpin for reb_integrator_configuration
impl UnwindSafe for reb_integrator_configuration
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