#[repr(C)]pub struct reb_orbit {Show 23 fields
pub d: f64,
pub v: f64,
pub h: f64,
pub P: f64,
pub n: f64,
pub a: f64,
pub e: f64,
pub inc: f64,
pub Omega: f64,
pub omega: f64,
pub pomega: f64,
pub f: f64,
pub M: f64,
pub l: f64,
pub theta: f64,
pub T: f64,
pub rhill: f64,
pub pal_h: f64,
pub pal_k: f64,
pub pal_ix: f64,
pub pal_iy: f64,
pub hvec: reb_vec3d,
pub evec: reb_vec3d,
}Fields§
§d: f64§v: f64§h: f64§P: f64§n: f64§a: f64§e: f64§inc: f64§Omega: f64§omega: f64§pomega: f64§f: f64§M: f64§l: f64§theta: f64§T: f64§rhill: f64§pal_h: f64§pal_k: f64§pal_ix: f64§pal_iy: f64§hvec: reb_vec3d§evec: reb_vec3dTrait Implementations§
Auto Trait Implementations§
impl Freeze for reb_orbit
impl RefUnwindSafe for reb_orbit
impl Send for reb_orbit
impl Sync for reb_orbit
impl Unpin for reb_orbit
impl UnsafeUnpin for reb_orbit
impl UnwindSafe for reb_orbit
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