Home
last modified time | relevance | path

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

/external/rust/crates/pin-project/src/
Dlib.rs275 pub struct UnsafeDropInPlaceGuard<T: ?Sized>(*mut T); struct
277 impl<T: ?Sized> UnsafeDropInPlaceGuard<T> { implementation
284 impl<T: ?Sized> Drop for UnsafeDropInPlaceGuard<T> { implementation
/external/rust/crates/pin-project-lite/src/
Dlib.rs1523 pub struct UnsafeDropInPlaceGuard<T: ?Sized>(*mut T); struct
1525 impl<T: ?Sized> UnsafeDropInPlaceGuard<T> { implementation
1532 impl<T: ?Sized> Drop for UnsafeDropInPlaceGuard<T> { implementation