pub struct TCG;Expand description
Geocentric Coordinate Time (IAU 2000 B1.9). Linear rate difference to TT.
Trait Implementations§
impl ContinuousScale for TCG
Source§impl<SrcF> ConversionTarget<TCG, SrcF> for UT1where
SrcF: TimeFormat,
impl<SrcF> ConversionTarget<TCG, SrcF> for UT1where
SrcF: TimeFormat,
Source§impl<SrcF> ConversionTarget<UT1, SrcF> for TCGwhere
SrcF: TimeFormat,
impl<SrcF> ConversionTarget<UT1, SrcF> for TCGwhere
SrcF: TimeFormat,
impl CoordinateScale for TCG
impl Copy for TCG
impl Eq for TCG
Source§impl Ord for TCG
impl Ord for TCG
1.21.0 (const: unstable) · Source§fn max(self, other: Self) -> Selfwhere
Self: Sized,
fn max(self, other: Self) -> Selfwhere
Self: Sized,
Compares and returns the maximum of two values. Read more
Source§impl PartialOrd for TCG
impl PartialOrd 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 UnsafeUnpin 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
Source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
Source§impl<Q, K> Comparable<K> for Q
impl<Q, K> Comparable<K> for Q
Source§impl<S1, S2, SrcF> ContextConversionTarget<S1, SrcF> for S2
impl<S1, S2, SrcF> ContextConversionTarget<S1, SrcF> for S2
type Output = Time<S2, SrcF>
fn convert_with( src: Time<S1, SrcF>, ctx: &TimeContext, ) -> Result<<S2 as ContextConversionTarget<S1, SrcF>>::Output, ConversionError>
Source§impl<S1, S2, SrcF> ConversionTarget<S1, SrcF> for S2
impl<S1, S2, SrcF> ConversionTarget<S1, SrcF> for S2
type Output = Time<S2, SrcF>
fn try_convert( src: Time<S1, SrcF>, ) -> Result<<S2 as ConversionTarget<S1, SrcF>>::Output, ConversionError>
Source§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
Source§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
Source§fn equivalent(&self, key: &K) -> bool
fn equivalent(&self, key: &K) -> bool
Compare self to
key and return true if they are equal.Source§impl<S1, S2, SrcF> InfallibleConversionTarget<S1, SrcF> for S2
impl<S1, S2, SrcF> InfallibleConversionTarget<S1, SrcF> for S2
Source§impl<T> UsingEngine for T
impl<T> UsingEngine for T
Source§fn using<'a, Ctx>(&'a self, engine: &'a Ctx) -> WithEngine<'a, Self, Ctx>where
Ctx: TransformContext,
fn using<'a, Ctx>(&'a self, engine: &'a Ctx) -> WithEngine<'a, Self, Ctx>where
Ctx: TransformContext,
Wrap this coordinate with a custom transform context for the next
transformation call.