pub struct Coord {
pub lat: f64,
pub lng: f64,
}Expand description
Geographic coordinate (latitude/longitude in decimal degrees).
Zinc: C(37.55,-77.45)
Fields§
§lat: f64§lng: f64Implementations§
Trait Implementations§
impl Copy for Coord
impl StructuralPartialEq for Coord
Auto Trait Implementations§
impl Freeze for Coord
impl RefUnwindSafe for Coord
impl Send for Coord
impl Sync for Coord
impl Unpin for Coord
impl UnsafeUnpin for Coord
impl UnwindSafe for Coord
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