pub struct TAI;Expand description
International Atomic Time. Continuous SI-second clock.
Trait Implementations§
Source§impl<SrcF: TimeFormat> ConversionTarget<TAI, SrcF> for UT1
impl<SrcF: TimeFormat> ConversionTarget<TAI, SrcF> for UT1
Source§impl<SrcF: TimeFormat> ConversionTarget<UT1, SrcF> for TAI
impl<SrcF: TimeFormat> ConversionTarget<UT1, SrcF> for TAI
Source§impl FormatForScale<TAI> for GPS
impl FormatForScale<TAI> for GPS
fn try_from_time<Fin: TimeFormat>( time: Time<TAI, Fin>, _ctx: &TimeContext, ) -> Result<Second, ConversionError>
fn try_into_time( raw: Second, _ctx: &TimeContext, ) -> Result<Time<TAI, Self>, ConversionError>
Source§impl InfallibleFormatForScale<TAI> for GPS
impl InfallibleFormatForScale<TAI> for GPS
Source§impl Ord for TAI
impl Ord for TAI
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 TAI
impl PartialOrd for TAI
impl ContinuousScale for TAI
impl CoordinateScale for TAI
impl Copy for TAI
impl Eq for TAI
impl StructuralPartialEq for TAI
Auto Trait Implementations§
impl Freeze for TAI
impl RefUnwindSafe for TAI
impl Send for TAI
impl Sync for TAI
impl Unpin for TAI
impl UnsafeUnpin for TAI
impl UnwindSafe for TAI
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