pub struct Gst;Expand description
Time scale representing the Galileo System Time (GST). GST has no leap seconds and increases monotonically at a constant rate. It is distributed as part of the Galileo broadcast messages, making it useful in a variety of high-accuracy situations.
Trait Implementations§
Source§impl AbsoluteTimeScale for Gst
impl AbsoluteTimeScale for Gst
Source§impl TerrestrialTime for Gst
impl TerrestrialTime for Gst
const TAI_OFFSET: Duration
impl Copy for Gst
impl Eq for Gst
impl StructuralPartialEq for Gst
impl UniformDateTimeScale 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 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