Struct sif_kdtree::WithinDistance
source · pub struct WithinDistance<const N: usize> { /* private fields */ }Expand description
A query which yields all objects within a given distance to a central point in N-dimensional real space
Implementations§
Trait Implementations§
source§impl<const N: usize> Debug for WithinDistance<N>
impl<const N: usize> Debug for WithinDistance<N>
Auto Trait Implementations§
impl<const N: usize> RefUnwindSafe for WithinDistance<N>
impl<const N: usize> Send for WithinDistance<N>
impl<const N: usize> Sync for WithinDistance<N>
impl<const N: usize> Unpin for WithinDistance<N>
impl<const N: usize> UnwindSafe for WithinDistance<N>
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