Home
last modified time | relevance | path

Searched defs:CoreResponsePacket (Results 1 – 1 of 1) sorted by relevance

/external/rust/pica/src/
Duci_packets.rs3457 pub struct CoreResponsePacket { struct
3458 uci_packet: Arc<UciPacketData>,
3459 uci_response: Arc<UciResponseData>,
3460 core_response: Arc<CoreResponseData>,
3518 impl Packet for CoreResponsePacket { implementation
3539 impl TryFrom<UciPacketPacket> for CoreResponsePacket { implementation
3545 impl CoreResponsePacket { implementation
3595 impl Into<UciPacketPacket> for CoreResponsePacket { implementation
3600 impl Into<UciResponsePacket> for CoreResponsePacket { implementation
3606 pub fn build(self) -> CoreResponsePacket { in build()
[all …]