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