#[repr(C)]pub struct PhidgetGPS_GPVTG {
pub trueHeading: f64,
pub magneticHeading: f64,
pub speedKnots: f64,
pub speed: f64,
pub mode: c_char,
}Fields§
§trueHeading: f64§magneticHeading: f64§speedKnots: f64§speed: f64§mode: c_charTrait Implementations§
Source§impl Clone for PhidgetGPS_GPVTG
impl Clone for PhidgetGPS_GPVTG
Source§fn clone(&self) -> PhidgetGPS_GPVTG
fn clone(&self) -> PhidgetGPS_GPVTG
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_GPVTG
impl Debug for PhidgetGPS_GPVTG
impl Copy for PhidgetGPS_GPVTG
Auto Trait Implementations§
impl Freeze for PhidgetGPS_GPVTG
impl RefUnwindSafe for PhidgetGPS_GPVTG
impl Send for PhidgetGPS_GPVTG
impl Sync for PhidgetGPS_GPVTG
impl Unpin for PhidgetGPS_GPVTG
impl UnwindSafe for PhidgetGPS_GPVTG
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