Struct NmeaGprmc
pub struct NmeaGprmc { /* private fields */ }Expand description
225446 Time of fix 22:54:46 UTC A Navigation receiver warning A = OK, V = warning 4916.45,N Latitude 49 deg. 16.45 min North 12311.12,W Longitude 123 deg. 11.12 min West 000.5 Speed over ground, Knots 054.7 Course Made Good, True 191194 Date of fix 19 November 1994 020.3,E Magnetic variation 20.3 deg East *68 mandatory checksum
Trait Implementations§
Auto Trait Implementations§
impl Freeze for NmeaGprmc
impl RefUnwindSafe for NmeaGprmc
impl Send for NmeaGprmc
impl Sync for NmeaGprmc
impl Unpin for NmeaGprmc
impl UnwindSafe for NmeaGprmc
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