Searched defs:CoreCommandPacket (Results 1 – 1 of 1) sorted by relevance
3245 pub struct CoreCommandPacket { struct3246 uci_packet: Arc<UciPacketData>,3247 uci_command: Arc<UciCommandData>,3248 core_command: Arc<CoreCommandData>,3306 impl Packet for CoreCommandPacket { implementation3327 impl TryFrom<UciPacketPacket> for CoreCommandPacket { implementation3333 impl CoreCommandPacket { impl3383 impl Into<UciPacketPacket> for CoreCommandPacket { implementation3388 impl Into<UciCommandPacket> for CoreCommandPacket { implementation3394 pub fn build(self) -> CoreCommandPacket { in build()[all …]