Searched defs:UciResponsePacket (Results 1 – 2 of 2) sorted by relevance
367 pub fn command(&mut self, cmd: UciCommandPacket) -> UciResponsePacket { in command()
2740 pub struct UciResponsePacket { struct2741 uci_packet: Arc<UciPacketData>,2742 uci_response: Arc<UciResponseData>,2830 impl Packet for UciResponsePacket { implementation2851 impl TryFrom<UciPacketPacket> for UciResponsePacket { implementation2857 impl UciResponsePacket { impl2920 impl Into<UciPacketPacket> for UciResponsePacket { implementation2926 pub fn build(self) -> UciResponsePacket { in build()3601 fn into(self) -> UciResponsePacket { in into()3629 fn into(self) -> UciResponsePacket { in into()[all …]