Home
last modified time | relevance | path

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

/NovaShell/src/
H A Dkeycode.rs17 fn into(self) -> u8 { in into()
37 pub fn bytes(self) -> &'static [u8] { in bytes()
73 fn into(self) -> &'static [u8] { in into()
/NovaShell/src/shell/
H A Dprinter.rs50 pub fn insert(&mut self, bytes: &[u8]) { in insert()
146 pub fn change_line(&mut self, new_buf: &Rc<RefCell<Vec<u8>>>) { in change_line()
H A Dmod.rs114 fn exec_commands_in_line(&mut self, command_bytes: &Vec<u8>) { in exec_commands_in_line()
167 fn write_commands(&self, command_bytes: &Vec<u8>) { in write_commands()