Home
last modified time | relevance | path

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

/linux/rust/kernel/
H A Ddebugfs.rs521 pub struct ScopedDir<'data, 'dir> { struct
527 impl<'data, 'dir> ScopedDir<'data, 'dir> { argument
713 impl<'data> ScopedDir<'data, 'static> { implementation