Home
last modified time | relevance | path

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

/third_party/rust/crates/syn/src/
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