Struct miniblink_sys::_wkeGeolocationPosition
source · #[repr(C)]pub struct _wkeGeolocationPosition {
pub timestamp: f64,
pub latitude: f64,
pub longitude: f64,
pub accuracy: f64,
pub providesAltitude: bool,
pub altitude: f64,
pub providesAltitudeAccuracy: bool,
pub altitudeAccuracy: f64,
pub providesHeading: bool,
pub heading: f64,
pub providesSpeed: bool,
pub speed: f64,
}Fields§
§timestamp: f64§latitude: f64§longitude: f64§accuracy: f64§providesAltitude: bool§altitude: f64§providesAltitudeAccuracy: bool§altitudeAccuracy: f64§providesHeading: bool§heading: f64§providesSpeed: bool§speed: f64Trait Implementations§
source§impl Clone for _wkeGeolocationPosition
impl Clone for _wkeGeolocationPosition
source§fn clone(&self) -> _wkeGeolocationPosition
fn clone(&self) -> _wkeGeolocationPosition
Returns a copy 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 _wkeGeolocationPosition
impl Debug for _wkeGeolocationPosition
impl Copy for _wkeGeolocationPosition
Auto Trait Implementations§
impl Freeze for _wkeGeolocationPosition
impl RefUnwindSafe for _wkeGeolocationPosition
impl Send for _wkeGeolocationPosition
impl Sync for _wkeGeolocationPosition
impl Unpin for _wkeGeolocationPosition
impl UnwindSafe for _wkeGeolocationPosition
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