Struct windows_sys::Win32::Devices::Geolocation::GNSS_GEOREGION_CIRCLE
[−]#[repr(C)]pub struct GNSS_GEOREGION_CIRCLE {
pub Latitude: f64,
pub Longitude: f64,
pub RadiusInMeters: f64,
}
Expand description
Required features: "Win32_Devices_Geolocation"
Fields
Latitude: f64
Longitude: f64
RadiusInMeters: f64
Trait Implementations
impl Clone for GNSS_GEOREGION_CIRCLE
impl Clone for GNSS_GEOREGION_CIRCLE
impl Copy for GNSS_GEOREGION_CIRCLE
Auto Trait Implementations
impl RefUnwindSafe for GNSS_GEOREGION_CIRCLE
impl Send for GNSS_GEOREGION_CIRCLE
impl Sync for GNSS_GEOREGION_CIRCLE
impl Unpin for GNSS_GEOREGION_CIRCLE
impl UnwindSafe for GNSS_GEOREGION_CIRCLE
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
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