Home
last modified time | relevance | path

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

/linux/rust/kernel/
H A Drevocable.rs235 pub struct RevocableGuard<'a, T> { struct
245 impl<T> RevocableGuard<'_, T> { implementation
255 impl<T> Deref for RevocableGuard<'_, T> { implementation