Home
last modified time | relevance | path

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

/aosp_15_r20/external/crosvm/devices/src/virtio/console/
H A Dport.rs25 pub struct ConsolePortInfo { struct
30 impl ConsolePortInfo { argument
63 info: Option<ConsolePortInfo>, in new()
98 pub fn port_info(&self) -> Option<&ConsolePortInfo> { in port_info()