Home
last modified time | relevance | path

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

/DragonOS/kernel/src/libs/
H A Donce.rs29 pub fn call_once<F: FnOnce()>(&self, f: F) { in call_once()
/DragonOS/kernel/src/mm/
H A Dpage.rs1167 pub fn allocator_ref(&self) -> &F { in allocator_ref()
1173 pub fn allocator_mut(&mut self) -> &mut F { in allocator_mut()
H A Ducontext.rs443 map_func: F, in mmap()
/DragonOS/kernel/src/libs/lib_ui/
H A Dtextui.rs1011 impl<F> GlyphMapping for F implementation