Home
last modified time | relevance | path

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

/linux-6.14.4/rust/kernel/
Drevocable.rs195 pub struct RevocableGuard<'a, T> { struct
201 impl<T> RevocableGuard<'_, T> { impl
211 impl<T> Deref for RevocableGuard<'_, T> { implementation