pub enum Sentence {
Rmc(Rmc),
Gga(Gga),
Gsa(Gsa),
Gsv(Gsv),
}Expand description
One parsed sentence, reduced to what UMSH uses.
Variants§
Rmc(Rmc)
Recommended minimum data: position, time, date, and validity.
Gga(Gga)
Fix data: quality, altitude, satellites in use.
Gsa(Gsa)
Active satellites and dilution of precision.
Gsv(Gsv)
Satellites in view.
Trait Implementations§
impl Copy for Sentence
impl Eq for Sentence
impl StructuralPartialEq for Sentence
Auto Trait Implementations§
impl Freeze for Sentence
impl RefUnwindSafe for Sentence
impl Send for Sentence
impl Sync for Sentence
impl Unpin for Sentence
impl UnwindSafe for Sentence
Blanket Implementations§
§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more
§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
§unsafe fn clone_to_uninit(&self, dest: *mut u8)
unsafe fn clone_to_uninit(&self, dest: *mut u8)
🔬This is a nightly-only experimental API. (
clone_to_uninit)