pub struct PointTag;Expand description
OGC Point identifying tag — boost/geometry/core/tags.hpp:91.
Trait Implementations§
impl Copy for PointTag
impl Pointlike for PointTag
impl Single for PointTag
Auto Trait Implementations§
impl Freeze for PointTag
impl RefUnwindSafe for PointTag
impl Send for PointTag
impl Sync for PointTag
impl Unpin for PointTag
impl UnsafeUnpin for PointTag
impl UnwindSafe for PointTag
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