Home
last modified time | relevance | path

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

/linux/rust/kernel/
H A Ddevres.rs396 pub struct DevresGuard<'a, F: CovariantForLt>(RevocableGuard<'a, F::Of<'static>>); struct
398 impl<'a, F: CovariantForLt> core::ops::Deref for DevresGuard<'a, F> { implementation