Home
last modified time | relevance | path

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

/external/rust/crates/rayon/src/slice/
Dquicksort.rs30 struct NoDrop<T> { struct
34 impl<T> Drop for NoDrop<T> { implementation
Dmergesort.rs98 struct NoDrop<T> { in insert_head() struct
99 value: Option<T>, in insert_head()
102 impl<T> Drop for NoDrop<T> { in insert_head() implementation