Searched defs:cmd_tx (Results 1 – 3 of 3) sorted by relevance
53 pub cmd_tx: UnboundedSender<CommandPacket>, field
51 let cmd_tx = self.control.tx.clone(); in send_command() localVariable
90 cmd_tx: Sender<QueuedCommand>, field