Searched defs:ConsolePort (Results 1 – 4 of 4) sorted by relevance
36 pub struct ConsolePort { struct40 info: Option<ConsolePortInfo>, argument59 impl ConsolePort { argument
50 ports: Vec<ConsolePort>, in new_multi_port()
63 pub fn into_console_port(self, console_port: &mut ConsolePort) { in into_console_port()
71 impl SerialDevice for ConsolePort { implementation81 ) -> ConsolePort { in new()