Searched defs:DropType (Results 1 – 3 of 3) sorted by relevance
22 enum DropType { enum
53 struct DropType(usize); struct54 impl Drop for DropType { implementation