pub struct Tdb;Expand description
Time scale representing the Barycentric Dynamical Time (TDB). This scale is equivalent to the proper time as experienced by an (idealistic) clock located at and co-moving with the SSB. The resulting proper time is useful as independent variable for high-accuracy ephemerides for Solar system objects.
Trait Implementations§
Source§impl AbsoluteTimeScale for Tdb
impl AbsoluteTimeScale for Tdb
Source§impl FromTimeScale<Tdb> for TcbTime
impl FromTimeScale<Tdb> for TcbTime
Source§fn from_time_scale(time_point: TdbTime) -> Self
fn from_time_scale(time_point: TdbTime) -> Self
Constructs a time point from an instant expressed in another scale.
impl Copy for Tdb
impl Eq for Tdb
impl StructuralPartialEq for Tdb
impl UniformDateTimeScale for Tdb
Auto Trait Implementations§
impl Freeze for Tdb
impl RefUnwindSafe for Tdb
impl Send for Tdb
impl Sync for Tdb
impl Unpin for Tdb
impl UnwindSafe for Tdb
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