#[repr(C)]pub struct GeoCoord {
pub lat: f64,
pub lon: f64,
}Expand description
@struct GeoCoord @brief latitude/longitude in radians
Fields§
§lat: f64< latitude in radians
lon: f64< longitude in radians
Trait Implementations§
Auto Trait Implementations§
impl Freeze for GeoCoord
impl RefUnwindSafe for GeoCoord
impl Send for GeoCoord
impl Sync for GeoCoord
impl Unpin for GeoCoord
impl UnwindSafe for GeoCoord
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