Home
last modified time | relevance | path

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

/linux/rust/kernel/
H A Dxarray.rs149 pub struct Guard<'a, T: ForeignOwnable> { struct
154 impl<T: ForeignOwnable> Drop for Guard<'_, T> { argument
179 impl<'a, T: ForeignOwnable> Guard<'a, T> { implementation