Home
last modified time | relevance | path

Searched defs:CopyOnDrop (Results 1 – 2 of 2) sorted by relevance

/external/rust/crates/rayon/src/slice/
Dmergesort.rs26 struct CopyOnDrop<T> { struct
32 impl<T> Drop for CopyOnDrop<T> { implementation
Dquicksort.rs41 struct CopyOnDrop<T> { struct
46 impl<T> Drop for CopyOnDrop<T> { argument