pub struct GpsTx {
pub latitude: f64,
pub longitude: f64,
pub fix: GpsFix,
pub altitude: f32,
}Fields§
§latitude: f64§longitude: f64§fix: GpsFix§altitude: f32Trait Implementations§
Source§impl From<GnggaMessage> for GpsTx
impl From<GnggaMessage> for GpsTx
Source§fn from(d: GnggaMessage) -> Self
fn from(d: GnggaMessage) -> Self
Converts to this type from the input type.
Auto Trait Implementations§
impl Freeze for GpsTx
impl RefUnwindSafe for GpsTx
impl Send for GpsTx
impl Sync for GpsTx
impl Unpin for GpsTx
impl UnsafeUnpin for GpsTx
impl UnwindSafe for GpsTx
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