Home
last modified time | relevance | path

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

/linux-6.14.4/rust/kernel/init/
D__internal.rs192 pub struct DropGuard<T: ?Sized> { struct
196 impl<T: ?Sized> DropGuard<T> { implementation
213 impl<T: ?Sized> Drop for DropGuard<T> { implementation