Searched defs:Droppable (Results 1 – 1 of 1) sorted by relevance
3597 struct Droppable { struct3598 k: usize,3601 impl Droppable { implementation3602 fn new(k: usize) -> Droppable { in new()3611 impl Drop for Droppable { implementation3619 impl Clone for Droppable { implementation