Home
last modified time | relevance | path

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

/DragonOS-0.1.9/kernel/src/libs/
Donce.rs29 pub fn call_once<F: FnOnce()>(&self, f: F) { in call_once()
/DragonOS-0.1.9/kernel/src/mm/
Dpage.rs575 pub fn allocator_ref(&self) -> &F { in allocator_ref()
581 pub fn allocator_mut(&mut self) -> &mut F { in allocator_mut()
Ducontext.rs328 map_func: F, in mmap()
/DragonOS-0.1.9/kernel/src/libs/lib_ui/
Dtextui.rs972 impl<F> GlyphMapping for F implementation