Home
last modified time | relevance | path

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

/external/rust/crates/rayon/src/slice/
Dmergesort.rs27 struct CopyOnDrop<T> { struct
33 impl<T> Drop for CopyOnDrop<T> { implementation
Dquicksort.rs12 struct CopyOnDrop<T> { struct
17 impl<T> Drop for CopyOnDrop<T> { implementation