Searched defs:ConsoleSnapshot (Results 1 – 1 of 1) sorted by relevance
32 pub struct ConsoleSnapshot { struct33 avail_features: u64,34 ports: Vec<ConsolePortSnapshot>,151 pub fn snapshot(&mut self) -> anyhow::Result<ConsoleSnapshot> { in snapshot()