pub struct Tt;Expand description
Time scale representing the Terrestrial Time (TT) scale. This scale is a constant 32.184 seconds ahead of TAI, but otherwise completely synchronized. It is used primarily as independent variable in the context of planetary ephemerides.
Trait Implementations§
Source§impl AbsoluteTimeScale for Tt
impl AbsoluteTimeScale for Tt
Source§impl FromTimeScale<Tt> for TcgTime
impl FromTimeScale<Tt> for TcgTime
Source§fn from_time_scale(tt_time: TimePoint<Tt>) -> Self
fn from_time_scale(tt_time: TimePoint<Tt>) -> Self
Constructs a time point from an instant expressed in another scale.
Source§impl TerrestrialTime for Tt
impl TerrestrialTime for Tt
const TAI_OFFSET: Duration
impl Copy for Tt
impl Eq for Tt
impl StructuralPartialEq for Tt
impl UniformDateTimeScale for Tt
Auto Trait Implementations§
impl Freeze for Tt
impl RefUnwindSafe for Tt
impl Send for Tt
impl Sync for Tt
impl Unpin for Tt
impl UnwindSafe for Tt
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