Home
last modified time | relevance | path

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

/external/rust/crates/rayon/src/slice/
Dquicksort.rs14 struct CopyOnDrop<'a, T> { struct
22 impl<'a, T> CopyOnDrop<'a, T> { implementation
35 impl<T> Drop for CopyOnDrop<'_, T> { implementation
Dmergesort.rs27 struct CopyOnDrop<T> { struct
33 impl<T> Drop for CopyOnDrop<T> { argument