pub struct RingTag;Expand description
Convenience linear ring identifying tag — boost/geometry/core/tags.hpp:100.
Trait Implementations§
impl Areal for RingTag
impl Copy for RingTag
impl Polygonal for RingTag
impl Single for RingTag
Auto Trait Implementations§
impl Freeze for RingTag
impl RefUnwindSafe for RingTag
impl Send for RingTag
impl Sync for RingTag
impl Unpin for RingTag
impl UnsafeUnpin for RingTag
impl UnwindSafe for RingTag
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