#[repr(C)]pub struct PhidgetGPS_GPGGA {
pub latitude: f64,
pub longitude: f64,
pub fixQuality: i16,
pub numSatellites: i16,
pub horizontalDilution: f64,
pub altitude: f64,
pub heightOfGeoid: f64,
}Fields§
§latitude: f64§longitude: f64§fixQuality: i16§numSatellites: i16§horizontalDilution: f64§altitude: f64§heightOfGeoid: f64Trait Implementations§
Source§impl Clone for PhidgetGPS_GPGGA
impl Clone for PhidgetGPS_GPGGA
Source§fn clone(&self) -> PhidgetGPS_GPGGA
fn clone(&self) -> PhidgetGPS_GPGGA
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_GPGGA
impl Debug for PhidgetGPS_GPGGA
impl Copy for PhidgetGPS_GPGGA
Auto Trait Implementations§
impl Freeze for PhidgetGPS_GPGGA
impl RefUnwindSafe for PhidgetGPS_GPGGA
impl Send for PhidgetGPS_GPGGA
impl Sync for PhidgetGPS_GPGGA
impl Unpin for PhidgetGPS_GPGGA
impl UnwindSafe for PhidgetGPS_GPGGA
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