#[repr(C)]pub struct PhidgetGPS_GPRMC {
pub status: c_char,
pub latitude: f64,
pub longitude: f64,
pub speedKnots: f64,
pub heading: f64,
pub magneticVariation: f64,
pub mode: c_char,
}Fields§
§status: c_char§latitude: f64§longitude: f64§speedKnots: f64§heading: f64§magneticVariation: f64§mode: c_charTrait Implementations§
Source§impl Clone for PhidgetGPS_GPRMC
impl Clone for PhidgetGPS_GPRMC
Source§fn clone(&self) -> PhidgetGPS_GPRMC
fn clone(&self) -> PhidgetGPS_GPRMC
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for PhidgetGPS_GPRMC
impl Debug for PhidgetGPS_GPRMC
impl Copy for PhidgetGPS_GPRMC
Auto Trait Implementations§
impl Freeze for PhidgetGPS_GPRMC
impl RefUnwindSafe for PhidgetGPS_GPRMC
impl Send for PhidgetGPS_GPRMC
impl Sync for PhidgetGPS_GPRMC
impl Unpin for PhidgetGPS_GPRMC
impl UnwindSafe for PhidgetGPS_GPRMC
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