pub struct Tcg;Expand description
Geocentric Coordinate Time (TCG)
This is an Einsteinian-corrected time standard used for satellites of the Earth, which is also used to compute precession and nutation. It applies to objects taht move along with the Earth, but are outside of the Earth’s gravity well.
TCG was synchronized with 1977-01-01T00:00:32.184 TT
Even though TCG was not defined until 1991, we use the standard prolepticly in the past.
Trait Implementations§
impl Copy for Tcg
impl Eq for Tcg
impl StructuralPartialEq for Tcg
Auto Trait Implementations§
impl Freeze for Tcg
impl RefUnwindSafe for Tcg
impl Send for Tcg
impl Sync for Tcg
impl Unpin for Tcg
impl UnwindSafe for Tcg
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