Searched defs:NoDrop (Results 1 – 1 of 1) sorted by relevance
8 pub(crate) struct NoDrop<T: ?Sized>(ManuallyDrop<T>); struct10 impl<T> NoDrop<T> { implementation19 impl<T: ?Sized> Deref for NoDrop<T> { implementation26 impl<T: ?Sized> DerefMut for NoDrop<T> { implementation