pub struct KDTree<PlaneType: FloatIsh, ValueType> { /* private fields */ }Trait Implementations§
Source§impl<PlaneType: PartialEq + FloatIsh, ValueType: PartialEq> PartialEq for KDTree<PlaneType, ValueType>
impl<PlaneType: PartialEq + FloatIsh, ValueType: PartialEq> PartialEq for KDTree<PlaneType, ValueType>
impl<PlaneType: FloatIsh, ValueType> StructuralPartialEq for KDTree<PlaneType, ValueType>
Auto Trait Implementations§
impl<PlaneType, ValueType> Freeze for KDTree<PlaneType, ValueType>
impl<PlaneType, ValueType> RefUnwindSafe for KDTree<PlaneType, ValueType>where
PlaneType: RefUnwindSafe,
ValueType: RefUnwindSafe,
impl<PlaneType, ValueType> Send for KDTree<PlaneType, ValueType>
impl<PlaneType, ValueType> Sync for KDTree<PlaneType, ValueType>
impl<PlaneType, ValueType> Unpin for KDTree<PlaneType, ValueType>
impl<PlaneType, ValueType> UnwindSafe for KDTree<PlaneType, ValueType>where
PlaneType: UnwindSafe,
ValueType: UnwindSafe,
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