Searched defs:SystemSerialParams (Results 1 – 2 of 2) sorted by relevance
35 pub struct SystemSerialParams { struct36 pub in_stream: Option<InStreamType>,37 pub sync: Option<Box<dyn FileSync + Send>>,38 pub sync_thread: Option<JoinHandle<SyncWorker>>,39 pub kill_evt: Option<Event>,
119 #[cfg(windows)] system_params: sys::windows::SystemSerialParams, in new_common()