pub struct JDE;Expand description
Julian Ephemeris Day — dynamic Julian day used by ephemerides.
Numerically this is an absolute Julian day on the TT axis in this crate. It is a semantic label for ephemeris formulas, not a UT→TT conversion.
Trait Implementations§
Source§impl PartialOrd for JDE
impl PartialOrd for JDE
Source§impl TimeScale for JDE
impl TimeScale for JDE
impl Copy for JDE
impl StructuralPartialEq for JDE
Auto Trait Implementations§
impl Freeze for JDE
impl RefUnwindSafe for JDE
impl Send for JDE
impl Sync for JDE
impl Unpin for JDE
impl UnsafeUnpin for JDE
impl UnwindSafe for JDE
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