Struct broccoli_ext::cacheable_pairs::IndTree
source · pub struct IndTree<'a, 'b, T: Aabb>(pub &'b mut Tree<'a, T>);Expand description
Wrapper around a Tree that is ready to cache pairs.
Tuple Fields§
§0: &'b mut Tree<'a, T>Trait Implementations§
Auto Trait Implementations§
impl<'a, 'b, T> RefUnwindSafe for IndTree<'a, 'b, T>where T: RefUnwindSafe, <T as Aabb>::Num: RefUnwindSafe,
impl<'a, 'b, T> Send for IndTree<'a, 'b, T>where T: Send, <T as Aabb>::Num: Send,
impl<'a, 'b, T> Sync for IndTree<'a, 'b, T>where T: Sync, <T as Aabb>::Num: Sync,
impl<'a, 'b, T> Unpin for IndTree<'a, 'b, T>
impl<'a, 'b, T> !UnwindSafe for IndTree<'a, 'b, T>
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