Home
last modified time | relevance | path

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

/external/crosvm/devices/src/virtio/console/
Dasynchronous.rs51 struct AsyncSerialInput(Box<dyn SerialInput>); struct
52 impl AsRawDescriptor for AsyncSerialInput { implementation
57 impl IntoAsync for AsyncSerialInput {} implementation
80 input: &IoSource<AsyncSerialInput>, in run_rx_queue()