Home
last modified time | relevance | path

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

/external/rust/crates/hashbrown/src/
Dmap.rs8369 struct CheckedDrop { in test_clone_from_double_drop() struct
8370 panic_in_drop: bool, in test_clone_from_double_drop()
8371 dropped: bool, in test_clone_from_double_drop()
8373 impl Drop for CheckedDrop { in test_clone_from_double_drop() implementation