Home
last modified time | relevance | path

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

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