pub struct LatLon(pub f32, pub f32);Expand description
Coordinate in (lat, lon) format
Tuple Fields§
§0: f32§1: f32Trait Implementations§
impl Copy for LatLon
impl StructuralPartialEq for LatLon
Auto Trait Implementations§
impl Freeze for LatLon
impl RefUnwindSafe for LatLon
impl Send for LatLon
impl Sync for LatLon
impl Unpin for LatLon
impl UnwindSafe for LatLon
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