Struct appium_client::commands::location::AndroidGeoLocation
source · pub struct AndroidGeoLocation {
pub latitude: f64,
pub longitude: f64,
pub altitude: f64,
pub satellites: u32,
pub speed: f64,
}
Fields§
§latitude: f64
§longitude: f64
§altitude: f64
§satellites: u32
§speed: f64
Implementations§
Trait Implementations§
source§impl Clone for AndroidGeoLocation
impl Clone for AndroidGeoLocation
source§fn clone(&self) -> AndroidGeoLocation
fn clone(&self) -> AndroidGeoLocation
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 AndroidGeoLocation
impl Debug for AndroidGeoLocation
Auto Trait Implementations§
impl RefUnwindSafe for AndroidGeoLocation
impl Send for AndroidGeoLocation
impl Sync for AndroidGeoLocation
impl Unpin for AndroidGeoLocation
impl UnwindSafe for AndroidGeoLocation
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