Home
last modified time | relevance | path

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

/external/rust/android-crates-io/crates/smallvec/src/
Dlib.rs2360 struct SetLenOnDrop<'a> { struct
2365 impl<'a> SetLenOnDrop<'a> { impl
2385 impl<'a> Drop for SetLenOnDrop<'a> { implementation