pub struct GPS;Expand description
GPS Time — continuous day count since 1980-01-06T00:00:00 UTC.
GPS time has a fixed offset from TAI: GPS = TAI − 19 s.
Trait Implementations§
Source§impl PartialOrd for GPS
impl PartialOrd for GPS
impl Copy for GPS
impl StructuralPartialEq 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