pub struct DynamicGeometryTag;Expand description
Runtime-tagged (variant) geometry identifying tag —
boost/geometry/core/tags.hpp:124 (dynamic_geometry_tag). Marks a
value whose OGC kind is decided at runtime, e.g. DynGeometry.
Trait Implementations§
Source§impl Clone for DynamicGeometryTag
impl Clone for DynamicGeometryTag
Source§fn clone(&self) -> DynamicGeometryTag
fn clone(&self) -> DynamicGeometryTag
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 DynamicGeometryTag
Source§impl Debug for DynamicGeometryTag
impl Debug for DynamicGeometryTag
Source§impl Default for DynamicGeometryTag
impl Default for DynamicGeometryTag
Source§fn default() -> DynamicGeometryTag
fn default() -> DynamicGeometryTag
Returns the “default value” for a type. Read more
Auto Trait Implementations§
impl Freeze for DynamicGeometryTag
impl RefUnwindSafe for DynamicGeometryTag
impl Send for DynamicGeometryTag
impl Sync for DynamicGeometryTag
impl Unpin for DynamicGeometryTag
impl UnsafeUnpin for DynamicGeometryTag
impl UnwindSafe for DynamicGeometryTag
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