pub struct Nmea;Expand description
NMEA format for raw GPS sentences
Provides raw NMEA 0183 sentences from the GPS receiver, such as $GPGGA, $GPRMC, etc.
Trait Implementations§
impl StreamFormat for Nmea
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