Home
last modified time | relevance | path

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

/external/rust/pica/src/
Duci_packets.rs3245 pub struct CoreCommandPacket { struct
3246 uci_packet: Arc<UciPacketData>,
3247 uci_command: Arc<UciCommandData>,
3248 core_command: Arc<CoreCommandData>,
3306 impl Packet for CoreCommandPacket { implementation
3327 impl TryFrom<UciPacketPacket> for CoreCommandPacket { implementation
3333 impl CoreCommandPacket { impl
3383 impl Into<UciPacketPacket> for CoreCommandPacket { implementation
3388 impl Into<UciCommandPacket> for CoreCommandPacket { implementation
3394 pub fn build(self) -> CoreCommandPacket { in build()
[all …]