#[repr(C)]pub struct PhidgetGPS_GPGSA {
pub mode: c_char,
pub fixType: i16,
pub satUsed: [i16; 12],
pub posnDilution: f64,
pub horizDilution: f64,
pub vertDilution: f64,
}Fields§
§mode: c_char§fixType: i16§satUsed: [i16; 12]§posnDilution: f64§horizDilution: f64§vertDilution: f64Trait Implementations§
Source§impl Clone for PhidgetGPS_GPGSA
impl Clone for PhidgetGPS_GPGSA
Source§fn clone(&self) -> PhidgetGPS_GPGSA
fn clone(&self) -> PhidgetGPS_GPGSA
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_GPGSA
impl Debug for PhidgetGPS_GPGSA
impl Copy for PhidgetGPS_GPGSA
Auto Trait Implementations§
impl Freeze for PhidgetGPS_GPGSA
impl RefUnwindSafe for PhidgetGPS_GPGSA
impl Send for PhidgetGPS_GPGSA
impl Sync for PhidgetGPS_GPGSA
impl Unpin for PhidgetGPS_GPGSA
impl UnwindSafe for PhidgetGPS_GPGSA
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