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> Freeze for IndTree<'a, 'b, T>
impl<'a, 'b, T> RefUnwindSafe for IndTree<'a, 'b, T>
impl<'a, 'b, T> Send for IndTree<'a, 'b, T>
impl<'a, 'b, T> Sync for IndTree<'a, 'b, T>
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