pub struct KdTree2D { /* private fields */ }Expand description
A 2D k-d tree.
Implementations§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for KdTree2D
impl RefUnwindSafe for KdTree2D
impl Send for KdTree2D
impl Sync for KdTree2D
impl Unpin for KdTree2D
impl UnsafeUnpin for KdTree2D
impl UnwindSafe for KdTree2D
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