pub struct DensityGrid { /* private fields */ }Expand description
Spatial hash grid for O(1) average neighbor search.
Implementations§
Source§impl DensityGrid
impl DensityGrid
Auto Trait Implementations§
impl Freeze for DensityGrid
impl RefUnwindSafe for DensityGrid
impl Send for DensityGrid
impl Sync for DensityGrid
impl Unpin for DensityGrid
impl UnsafeUnpin for DensityGrid
impl UnwindSafe for DensityGrid
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