Home
last modified time | relevance | path

Searched defs:UnsafeDropInPlaceGuard (Results 1 – 2 of 2) sorted by relevance

/external/rust/crates/pin-project/src/
Dlib.rs260 pub struct UnsafeDropInPlaceGuard<T: ?Sized>(pub *mut T); struct
262 impl<T: ?Sized> Drop for UnsafeDropInPlaceGuard<T> { implementation
/external/rust/crates/pin-project-lite/src/
Dlib.rs1715 pub struct UnsafeDropInPlaceGuard<T: ?Sized>(pub *mut T); struct
1717 impl<T: ?Sized> Drop for UnsafeDropInPlaceGuard<T> { implementation