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