pub struct CollideTree<L: Located + Debug> { /* private fields */ }
Implementations§
Source§impl<L: Located + Debug> CollideTree<L>
impl<L: Located + Debug> CollideTree<L>
Auto Trait Implementations§
impl<L> Freeze for CollideTree<L>
impl<L> RefUnwindSafe for CollideTree<L>
impl<L> Send for CollideTree<L>
impl<L> Sync for CollideTree<L>
impl<L> Unpin for CollideTree<L>
impl<L> UnwindSafe for CollideTree<L>
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