#[repr(C)]pub struct vmeta_location {
pub latitude: f64,
pub longitude: f64,
pub altitude_wgs84ellipsoid: f64,
pub altitude_egm96amsl: f64,
pub horizontal_accuracy: f32,
pub vertical_accuracy: f32,
pub sv_count: u8,
pub valid: u8,
}Fields§
§latitude: f64§longitude: f64§altitude_wgs84ellipsoid: f64§altitude_egm96amsl: f64§horizontal_accuracy: f32§vertical_accuracy: f32§sv_count: u8§valid: u8Trait Implementations§
Source§impl Clone for vmeta_location
impl Clone for vmeta_location
Source§fn clone(&self) -> vmeta_location
fn clone(&self) -> vmeta_location
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 vmeta_location
impl Debug for vmeta_location
impl Copy for vmeta_location
Auto Trait Implementations§
impl Freeze for vmeta_location
impl RefUnwindSafe for vmeta_location
impl Send for vmeta_location
impl Sync for vmeta_location
impl Unpin for vmeta_location
impl UnwindSafe for vmeta_location
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