Searched refs:InStreamType (Results 1 – 6 of 6) sorted by relevance
20 use crate::serial::sys::InStreamType;37 pub(crate) input: Option<InStreamType>,49 input_thread: Option<WorkerThread<InStreamType>>,61 input: Option<InStreamType>, in new() argument
21 use crate::serial::sys::InStreamType;101 mut input: InStreamType, in spawn_input_thread() argument104 ) -> WorkerThread<InStreamType> { in spawn_input_thread() argument118 input: &mut InStreamType, in read_input() argument
15 pub(crate) use platform::InStreamType;
19 pub(crate) type InStreamType = Box<dyn SerialInput>; typedef
32 pub(crate) type InStreamType = Box<PipeConnection>; typedef36 pub in_stream: Option<InStreamType>,
24 use crate::serial::sys::InStreamType;46 input: Option<InStreamType>, in new() argument