rCore-Tutorial-v3/ch1/search-index.js

6 lines
1.9 KiB
JavaScript
Raw Normal View History

var searchIndex = JSON.parse('{\
"os":{"doc":"The main module and entrypoint","t":"FAAAOOFADLLLLFLLLLFDLLLLLFLLLLLFFF","n":["clear_bss","console","lang_items","logging","print","println","rust_main","sbi","Stdout","borrow","borrow_mut","from","into","print","try_from","try_into","type_id","write_str","panic","SimpleLogger","borrow","borrow_mut","enabled","flush","from","init","into","log","try_from","try_into","type_id","console_getchar","console_putchar","shutdown"],"q":[[0,"os"],[8,"os::console"],[18,"os::lang_items"],[19,"os::logging"],[31,"os::sbi"],[34,"core::fmt"],[35,"core::result"],[36,"core::any"],[37,"core::fmt"],[38,"log"],[39,"log"]],"d":["clear BSS segment","SBI console driver, for text output","The panic handler","","print string macro","println string macro","the rust entry-point of os","","","","","Returns the argument unchanged.","Calls <code>U::from(self)</code>.","","","","","","","","","","","","Returns the argument unchanged.","","Calls <code>U::from(self)</code>.","","","","","use sbi call to getchar from console (qemu uart handler)","use sbi call to putchar in console (qemu uart handler)","use sbi call to shutdown the kernel"],"i":[0,0,0,0,0,0,0,0,0,6,6,6,6,0,6,6,6,6,0,0,10,10,10,10,10,0,10,10,10,10,10,0,0,0],"f":[[[],1],0,0,0,0,0,[[],2],0,0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-1,[]],[-1,-2,[],[]],[3,1],[-1,[[4,[-2]]],[],[]],[-1,[[4,[-2]]],[],[]],[-1,5,[]],[[6,7],8],[9,2],0,[-1,-2,[],[]],[-1,-2,[],[]],[[10,11],12],[10,1],[-1,-1,[]],[[],1],[-1,-2,[],[]],[[10,13],1],[-1,[[4,[-2]]],[],[]],[-1,[[4,[-2]]],[],[]],[-1,5,[]],[[],14],[14,1],[12,2]],"c":[],"p":[[15,"tuple"],[15,"never"],[3,"Arguments",34],[4,"Result",35],[3,"TypeId",36],[3,"Stdout",8],[15,"str"],[6,"Result",34],[3,"PanicInfo",37],[3,"SimpleLogger",19],[3,"Metadata",38],[15,"bool"],[3,"Record",38],[15,"usize"]]}\
}');
if (typeof window !== 'undefined' && window.initSearch) {window.initSearch(searchIndex)};
if (typeof exports !== 'undefined') {exports.searchIndex = searchIndex};