pub struct IntersectScratch { /* private fields */ }Expand description
Reusable scratch for intersect (two ping-pong buffers; after
warm-up an intersection allocates nothing).
Implementations§
Trait Implementations§
Source§impl Debug for IntersectScratch
impl Debug for IntersectScratch
Source§impl Default for IntersectScratch
impl Default for IntersectScratch
Source§fn default() -> IntersectScratch
fn default() -> IntersectScratch
Returns the “default value” for a type. Read more
Auto Trait Implementations§
impl Freeze for IntersectScratch
impl RefUnwindSafe for IntersectScratch
impl Send for IntersectScratch
impl Sync for IntersectScratch
impl Unpin for IntersectScratch
impl UnsafeUnpin for IntersectScratch
impl UnwindSafe for IntersectScratch
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