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