pub struct GeographicFamily;Expand description
Geographic family marker.
Mirrors boost::geometry::geographic_tag (boost/geometry/core/tags.hpp,
the tag chain at cs.hpp:194-198).
§Examples
use geometry_cs::{CoordinateSystem, Degree, Geographic, GeographicFamily};
let _: <Geographic<Degree> as CoordinateSystem>::Family = GeographicFamily;Trait Implementations§
Source§impl Clone for GeographicFamily
impl Clone for GeographicFamily
impl Copy for GeographicFamily
Source§impl Debug for GeographicFamily
impl Debug for GeographicFamily
Auto Trait Implementations§
impl Freeze for GeographicFamily
impl RefUnwindSafe for GeographicFamily
impl Send for GeographicFamily
impl Sync for GeographicFamily
impl Unpin for GeographicFamily
impl UnsafeUnpin for GeographicFamily
impl UnwindSafe for GeographicFamily
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