pub struct Tcg;Expand description
Time scale representing the Geocentric Coordinate Time (TCG). This scale is equivalent to the proper time as experienced by an (idealistic) clock outside of Earth’s gravity well, but co-moving with the Earth. The resulting proper time is useful as independent variable for high-accuracy ephemerides for Earth satellites, and as intermediate variable when transforming into barycentric coordinate time.
Trait Implementations§
Source§impl AbsoluteTimeScale for Tcg
impl AbsoluteTimeScale for Tcg
Source§impl FromTimeScale<Tcg> for TtTime
impl FromTimeScale<Tcg> for TtTime
Source§fn from_time_scale(time_point: TimePoint<Tcg>) -> Self
fn from_time_scale(time_point: TimePoint<Tcg>) -> Self
Constructs a time point from an instant expressed in another scale.
impl Copy for Tcg
impl Eq for Tcg
impl StructuralPartialEq for Tcg
impl UniformDateTimeScale 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