Home
last modified time | relevance | path

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

/linux/rust/syn/
H A Ddrops.rs10 pub(crate) struct NoDrop<T: ?Sized>(ManuallyDrop<T>); struct
12 impl<T> NoDrop<T> { impl
21 impl<T: ?Sized> Deref for NoDrop<T> { implementation
28 impl<T: ?Sized> DerefMut for NoDrop<T> { implementation