Searched defs:UnsafeDropInPlaceGuard (Results 1 – 2 of 2) sorted by relevance
260 pub struct UnsafeDropInPlaceGuard<T: ?Sized>(pub *mut T); struct262 impl<T: ?Sized> Drop for UnsafeDropInPlaceGuard<T> { implementation
1715 pub struct UnsafeDropInPlaceGuard<T: ?Sized>(pub *mut T); struct1717 impl<T: ?Sized> Drop for UnsafeDropInPlaceGuard<T> { implementation