Searched defs:NoDrop (Results 1 – 3 of 3) 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
8 pub(crate) struct NoDrop<T: ?Sized>(ManuallyDrop<T>); struct10 impl<T> NoDrop<T> { impl19 impl<T: ?Sized> Deref for NoDrop<T> { implementation26 impl<T: ?Sized> DerefMut for NoDrop<T> { implementation