Home
last modified time | relevance | path

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

/linux/rust/kernel/
H A Dmaple_tree.rs302 pub struct MapleGuard<'tree, T: ForeignOwnable>(&'tree MapleTree<T>); struct
304 impl<'tree, T: ForeignOwnable> Drop for MapleGuard<'tree, T> { implementation
312 impl<'tree, T: ForeignOwnable> MapleGuard<'tree, T> { implementation