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