pub struct Wgs72 {}Expand description
Wgs72 (“World Geodetic System 1972”) is a standard published by the United States National Geospatial-Intelligence Agency.
This CoordinateSystem isn’t used very much any more (if at all), but is implemented to assist with the conversion of old geospatial data to the Wgs84 system, what you actually want.
Trait Implementations§
impl Copy for Wgs72
impl StructuralPartialEq for Wgs72
Auto Trait Implementations§
impl Freeze for Wgs72
impl RefUnwindSafe for Wgs72
impl Send for Wgs72
impl Sync for Wgs72
impl Unpin for Wgs72
impl UnwindSafe for Wgs72
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