pub struct TCG;Expand description
Geocentric Coordinate Time (IAU 2000 B1.9). Linear rate difference to TT.
Trait Implementations§
Source§impl ConversionTarget<TCG> for UT1
impl ConversionTarget<TCG> for UT1
Source§impl ConversionTarget<UT1> for TCG
impl ConversionTarget<UT1> for TCG
Source§impl Ord for TCG
impl Ord for TCG
Source§impl PartialOrd for TCG
impl PartialOrd for TCG
impl ContinuousScale for TCG
impl CoordinateScale for TCG
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 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<S1, S2> ContextConversionTarget<S1> for S2
impl<S1, S2> ContextConversionTarget<S1> for S2
type Output = Time<S2>
fn convert_with( src: Time<S1>, ctx: &TimeContext, ) -> Result<<S2 as ContextConversionTarget<S1>>::Output, ConversionError>
Source§impl<S1, S2> ConversionTarget<S1> for S2
impl<S1, S2> ConversionTarget<S1> for S2
type Output = Time<S2>
fn try_convert( src: Time<S1>, ) -> Result<<S2 as ConversionTarget<S1>>::Output, ConversionError>
Source§impl<S1, S2> InfallibleConversionTarget<S1> for S2
impl<S1, S2> InfallibleConversionTarget<S1> for S2
Source§impl<SS, SP> SupersetOf<SS> for SPwhere
SS: SubsetOf<SP>,
impl<SS, SP> SupersetOf<SS> for SPwhere
SS: SubsetOf<SP>,
Source§fn to_subset(&self) -> Option<SS>
fn to_subset(&self) -> Option<SS>
The inverse inclusion map: attempts to construct
self from the equivalent element of its
superset. Read moreSource§fn is_in_subset(&self) -> bool
fn is_in_subset(&self) -> bool
Checks if
self is actually part of its subset T (and can be converted to it).Source§fn to_subset_unchecked(&self) -> SS
fn to_subset_unchecked(&self) -> SS
Use with care! Same as
self.to_subset but without any property checks. Always succeeds.Source§fn from_subset(element: &SS) -> SP
fn from_subset(element: &SS) -> SP
The inclusion map: converts
self to the equivalent element of its superset.