Searched defs:needs_drop (Results 1 – 12 of 12) sorted by relevance
230 let needs_drop = SpinLock::new(NeedsDrop(value.clone())); in into_inner_drop() localVariable
1222 let needs_drop = RwLock::new(NeedsDrop(value.clone())); in into_inner_drop() localVariable
600 pub const fn needs_drop<T: ?Sized>() -> bool { in needs_drop() function
1433 pub fn needs_drop<T: ?Sized>() -> bool; in needs_drop() function
1472 pub fn needs_drop<T: ?Sized>() -> bool; in needs_drop() function