pub struct Glonasst;Expand description
The GLONASS Time (GLONASST) time scale is broadcast by GLONASS satellites. It follows UTC (or rather, UTC(SU), which is a realization of UTC) and adds three hours (Moscow time). Indeed, this means that it also incorporates leap seconds.
Trait Implementations§
Source§impl AbsoluteTimeScale for Glonasst
impl AbsoluteTimeScale for Glonasst
Source§impl TerrestrialTime for Glonasst
impl TerrestrialTime for Glonasst
Source§const TAI_OFFSET: Duration
const TAI_OFFSET: Duration
GLONASS time is in line with Moscow time (MSK), which is 3 hours ahead of UTC. Since leap seconds are accounted for in the date-time constructor, this means that GLONASST is three hours ahead of TAI.
impl Copy for Glonasst
impl Eq for Glonasst
impl StructuralPartialEq for Glonasst
Auto Trait Implementations§
impl Freeze for Glonasst
impl RefUnwindSafe for Glonasst
impl Send for Glonasst
impl Sync for Glonasst
impl Unpin for Glonasst
impl UnwindSafe for Glonasst
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