Struct windows_sys::Devices::Geolocation::BasicGeoposition
[−]Expand description
Required features: "Devices_Geolocation"
Fields
Latitude: f64
Longitude: f64
Altitude: f64
Trait Implementations
impl Clone for BasicGeoposition
impl Clone for BasicGeoposition
impl Copy for BasicGeoposition
Auto Trait Implementations
impl RefUnwindSafe for BasicGeoposition
impl Send for BasicGeoposition
impl Sync for BasicGeoposition
impl Unpin for BasicGeoposition
impl UnwindSafe for BasicGeoposition
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more