pub struct GpsTime(pub f64);Expand description
Newtype over f64 GPS time. Implements Copy, PartialEq, PartialOrd.
Tuple Fields§
§0: f64Trait Implementations§
Source§impl PartialOrd for GpsTime
impl PartialOrd for GpsTime
impl Copy for GpsTime
impl StructuralPartialEq for GpsTime
Auto Trait Implementations§
impl Freeze for GpsTime
impl RefUnwindSafe for GpsTime
impl Send for GpsTime
impl Sync for GpsTime
impl Unpin for GpsTime
impl UnsafeUnpin for GpsTime
impl UnwindSafe for GpsTime
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