Home
last modified time | relevance | path

Searched defs:NoDrop (Results 1 – 3 of 3) sorted by relevance

/aosp_15_r20/external/cronet/third_party/rust/chromium_crates_io/vendor/syn-2.0.55/src/
H A Ddrops.rs8 pub(crate) struct NoDrop<T: ?Sized>(ManuallyDrop<T>); struct
10 impl<T> NoDrop<T> { implementation
19 impl<T: ?Sized> Deref for NoDrop<T> { implementation
26 impl<T: ?Sized> DerefMut for NoDrop<T> { implementation
/aosp_15_r20/external/rust/android-crates-io/crates/syn/src/
Ddrops.rs8 pub(crate) struct NoDrop<T: ?Sized>(ManuallyDrop<T>); struct
10 impl<T> NoDrop<T> { implementation
19 impl<T: ?Sized> Deref for NoDrop<T> { implementation
26 impl<T: ?Sized> DerefMut for NoDrop<T> { implementation
/aosp_15_r20/external/cronet/third_party/rust/chromium_crates_io/vendor/syn-1.0.109/src/
H A Ddrops.rs8 pub(crate) struct NoDrop<T: ?Sized>(ManuallyDrop<T>); struct
10 impl<T> NoDrop<T> { impl
19 impl<T: ?Sized> Deref for NoDrop<T> { implementation
26 impl<T: ?Sized> DerefMut for NoDrop<T> { implementation