Lines Matching defs:GetCapsInfoCmdPacket
6575 pub struct GetCapsInfoCmdPacket { struct
6576 uci_packet: Arc<UciPacketData>,
6577 uci_command: Arc<UciCommandData>,
6578 core_command: Arc<CoreCommandData>,
6602 impl Packet for GetCapsInfoCmdPacket { argument
6623 impl TryFrom<UciPacketPacket> for GetCapsInfoCmdPacket { implementation
6629 impl GetCapsInfoCmdPacket { implementation
6664 impl Into<UciPacketPacket> for GetCapsInfoCmdPacket { implementation
6669 impl Into<UciCommandPacket> for GetCapsInfoCmdPacket { implementation
6674 impl Into<CoreCommandPacket> for GetCapsInfoCmdPacket { implementation
6680 pub fn build(self) -> GetCapsInfoCmdPacket { in build()