Searched defs:UnsafeDropInPlaceGuard (Results 1 – 2 of 2) sorted by relevance
303 pub struct UnsafeDropInPlaceGuard<T: ?Sized>(*mut T); struct305 impl<T: ?Sized> UnsafeDropInPlaceGuard<T> { implementation312 impl<T: ?Sized> Drop for UnsafeDropInPlaceGuard<T> { implementation
1643 pub struct UnsafeDropInPlaceGuard<T: ?Sized>(*mut T); struct1645 impl<T: ?Sized> UnsafeDropInPlaceGuard<T> { implementation1652 impl<T: ?Sized> Drop for UnsafeDropInPlaceGuard<T> { implementation