Home
last modified time | relevance | path

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

/linux-6.15/rust/pin-init/src/
D__internal.rs220 pub struct DropGuard<T: ?Sized> { struct
224 impl<T: ?Sized> DropGuard<T> { argument
241 impl<T: ?Sized> Drop for DropGuard<T> { implementation