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