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
Source§fn clone(&self) -> GeographicFamily
fn clone(&self) -> GeographicFamily
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreimpl Copy for GeographicFamily
Source§impl Debug for GeographicFamily
impl Debug for GeographicFamily
Source§impl Default for GeographicFamily
impl Default for GeographicFamily
Source§fn default() -> GeographicFamily
fn default() -> GeographicFamily
Returns the “default value” for a type. Read more
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