Searched defs:Dropped (Results 1 – 2 of 2) sorted by relevance
49 struct Dropped { struct55 impl Dropped { argument
626 struct Dropped(Arc<AtomicUsize>); in test_drop() struct627 impl Drop for Dropped { in test_drop() implementation