Home
last modified time | relevance | path

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

/linux/rust/kernel/alloc/
H A Dkvec.rs1325 pub struct DrainAll<'vec, T> { struct
1329 impl<'vec, T> Iterator for DrainAll<'vec, T> { implementation
1343 impl<'vec, T> Drop for DrainAll<'vec, T> { implementation