pub struct BoxTag;Expand description
2D or 3D axis-aligned box (mbr / aabb) identifying tag — boost/geometry/core/tags.hpp:103.
Trait Implementations§
impl Areal for BoxTag
impl Copy for BoxTag
impl Single for BoxTag
Auto Trait Implementations§
impl Freeze for BoxTag
impl RefUnwindSafe for BoxTag
impl Send for BoxTag
impl Sync for BoxTag
impl Unpin for BoxTag
impl UnsafeUnpin for BoxTag
impl UnwindSafe for BoxTag
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