pub struct GPS;Expand description
GPS seconds since 1980-01-06T00:00:00 TAI.
Trait Implementations§
Source§impl<S: Scale + ContextScaleConvert<TAI>, SrcF: TimeFormat> ContextConversionTarget<S, SrcF> for GPS
impl<S: Scale + ContextScaleConvert<TAI>, SrcF: TimeFormat> ContextConversionTarget<S, SrcF> for GPS
type Output = Time<TAI, GPS>
fn convert_with( src: Time<S, SrcF>, ctx: &TimeContext, ) -> Result<Self::Output, ConversionError>
Source§impl<S: Scale + InfallibleScaleConvert<TAI>, SrcF: TimeFormat> ConversionTarget<S, SrcF> for GPS
impl<S: Scale + InfallibleScaleConvert<TAI>, SrcF: TimeFormat> ConversionTarget<S, SrcF> for GPS
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<S: Scale + InfallibleScaleConvert<TAI>, SrcF: TimeFormat> InfallibleConversionTarget<S, SrcF> for GPS
impl<S: Scale + InfallibleScaleConvert<TAI>, SrcF: TimeFormat> InfallibleConversionTarget<S, SrcF> for GPS
Source§impl InfallibleFormatForScale<TAI> for GPS
impl InfallibleFormatForScale<TAI> for GPS
impl Copy for GPS
Auto Trait Implementations§
impl Freeze for GPS
impl RefUnwindSafe for GPS
impl Send for GPS
impl Sync for GPS
impl Unpin for GPS
impl UnsafeUnpin for GPS
impl UnwindSafe for GPS
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