pub struct NMEA {
pub latitude: Option<f32>,
pub longitude: Option<f32>,
pub utc: Option<Time>,
pub satellites_visible: Option<u8>,
}Fields§
§latitude: Option<f32>§longitude: Option<f32>§utc: Option<Time>§satellites_visible: Option<u8>Implementations§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for NMEA
impl RefUnwindSafe for NMEA
impl Send for NMEA
impl Sync for NMEA
impl Unpin for NMEA
impl UnwindSafe for NMEA
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