#[repr(C)]pub struct reb_dp7 {
pub p0: *mut f64,
pub p1: *mut f64,
pub p2: *mut f64,
pub p3: *mut f64,
pub p4: *mut f64,
pub p5: *mut f64,
pub p6: *mut f64,
}Fields§
§p0: *mut f64§p1: *mut f64§p2: *mut f64§p3: *mut f64§p4: *mut f64§p5: *mut f64§p6: *mut f64Trait Implementations§
Auto Trait Implementations§
impl Freeze for reb_dp7
impl RefUnwindSafe for reb_dp7
impl !Send for reb_dp7
impl !Sync for reb_dp7
impl Unpin for reb_dp7
impl UnwindSafe for reb_dp7
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