pub struct DiscreteVisitor<'a, B: 'a, T> { /* private fields */ }
Expand description
Visitor for doing discrete intersection testing on the DBVT.
Will return () for intersections with the
Discrete
implementation
of bound.intersects(self.bound).
Implementations§
Trait Implementations§
Source§impl<'a, B: 'a, T> Visitor for DiscreteVisitor<'a, B, T>
impl<'a, B: 'a, T> Visitor for DiscreteVisitor<'a, B, T>
Auto Trait Implementations§
impl<'a, B, T> Freeze for DiscreteVisitor<'a, B, T>
impl<'a, B, T> RefUnwindSafe for DiscreteVisitor<'a, B, T>where
B: RefUnwindSafe,
T: RefUnwindSafe,
impl<'a, B, T> Send for DiscreteVisitor<'a, B, T>
impl<'a, B, T> Sync for DiscreteVisitor<'a, B, T>
impl<'a, B, T> Unpin for DiscreteVisitor<'a, B, T>where
T: Unpin,
impl<'a, B, T> UnwindSafe for DiscreteVisitor<'a, B, T>where
B: RefUnwindSafe,
T: 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