Searched defs:P9 (Results 1 – 1 of 1) sorted by relevance
293 pub struct P9 { struct299 worker: Option<thread::JoinHandle<P9Result<()>>>, argument302 impl P9 { argument303 pub fn new<P: AsRef<Path>>(root: P, tag: &str) -> P9Result<P9> { in new()330 impl VirtioDevice for P9 { implementation422 impl Drop for P9 { implementation