pub struct GST;Expand description
Trait Implementations§
Source§impl<SrcF: TimeFormat> ConversionTarget<GST, SrcF> for UT1
impl<SrcF: TimeFormat> ConversionTarget<GST, SrcF> for UT1
Source§impl<SrcF: TimeFormat> ConversionTarget<UT1, SrcF> for GST
impl<SrcF: TimeFormat> ConversionTarget<UT1, SrcF> for GST
Source§impl GnssWeekScale for GST
impl GnssWeekScale for GST
Source§fn epoch_j2000_seconds() -> f64
fn epoch_j2000_seconds() -> f64
Nominal start-of-week-zero in system time J2000 seconds (computed
from the constellation’s epoch expressed as TAI minus the fixed
system-time offset).
Source§fn rollover_period_weeks() -> u32
fn rollover_period_weeks() -> u32
Maximum representable week number before rollover, for documentation
and validation purposes (the conversion itself uses full weeks).
Source§impl Ord for GST
impl Ord for GST
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 GST
impl PartialOrd for GST
impl ContinuousScale for GST
impl CoordinateScale for GST
impl Copy for GST
impl Eq for GST
impl StructuralPartialEq for GST
Auto Trait Implementations§
impl Freeze for GST
impl RefUnwindSafe for GST
impl Send for GST
impl Sync for GST
impl Unpin for GST
impl UnsafeUnpin for GST
impl UnwindSafe for GST
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.