pub struct Fix {
pub timestamp: Time,
pub coordinates: Coordinate,
pub pressure_alt: i16,
pub gps_alt: Option<i16>,
pub extension: Rc<str>,
}
Expand description
Fix
Fields§
§timestamp: Time
§coordinates: Coordinate
§pressure_alt: i16
§gps_alt: Option<i16>
§extension: Rc<str>
Trait Implementations§
impl StructuralPartialEq for Fix
Auto Trait Implementations§
impl Freeze for Fix
impl RefUnwindSafe for Fix
impl !Send for Fix
impl !Sync for Fix
impl Unpin for Fix
impl UnwindSafe for Fix
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