pub struct PolygonTag;Expand description
OGC Polygon identifying tag — boost/geometry/core/tags.hpp:97.
Trait Implementations§
impl Areal for PolygonTag
Source§impl Clone for PolygonTag
impl Clone for PolygonTag
Source§fn clone(&self) -> PolygonTag
fn clone(&self) -> PolygonTag
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 PolygonTag
Source§impl Debug for PolygonTag
impl Debug for PolygonTag
Source§impl Default for PolygonTag
impl Default for PolygonTag
Source§fn default() -> PolygonTag
fn default() -> PolygonTag
Returns the “default value” for a type. Read more
impl Polygonal for PolygonTag
impl Single for PolygonTag
Auto Trait Implementations§
impl Freeze for PolygonTag
impl RefUnwindSafe for PolygonTag
impl Send for PolygonTag
impl Sync for PolygonTag
impl Unpin for PolygonTag
impl UnsafeUnpin for PolygonTag
impl UnwindSafe for PolygonTag
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