pub struct CartesianFamily;Expand description
Cartesian family marker.
Mirrors boost::geometry::cartesian_tag
(boost/geometry/core/tags.hpp, the tag chain at
cs.hpp:213-217).
§Examples
use geometry_cs::{Cartesian, CartesianFamily, CoordinateSystem};
let _: <Cartesian as CoordinateSystem>::Family = CartesianFamily;Trait Implementations§
Source§impl Clone for CartesianFamily
impl Clone for CartesianFamily
Source§fn clone(&self) -> CartesianFamily
fn clone(&self) -> CartesianFamily
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 CartesianFamily
Source§impl Debug for CartesianFamily
impl Debug for CartesianFamily
Source§impl Default for CartesianFamily
impl Default for CartesianFamily
Source§fn default() -> CartesianFamily
fn default() -> CartesianFamily
Returns the “default value” for a type. Read more
Auto Trait Implementations§
impl Freeze for CartesianFamily
impl RefUnwindSafe for CartesianFamily
impl Send for CartesianFamily
impl Sync for CartesianFamily
impl Unpin for CartesianFamily
impl UnsafeUnpin for CartesianFamily
impl UnwindSafe for CartesianFamily
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