Searched defs:UnsafeDropInPlaceGuard (Results 1 – 2 of 2) sorted by relevance
275 pub struct UnsafeDropInPlaceGuard<T: ?Sized>(*mut T); struct277 impl<T: ?Sized> UnsafeDropInPlaceGuard<T> { implementation284 impl<T: ?Sized> Drop for UnsafeDropInPlaceGuard<T> { implementation
1523 pub struct UnsafeDropInPlaceGuard<T: ?Sized>(*mut T); struct1525 impl<T: ?Sized> UnsafeDropInPlaceGuard<T> { implementation1532 impl<T: ?Sized> Drop for UnsafeDropInPlaceGuard<T> { implementation