Lines Matching defs:SetConfigCmdPacket
6946 pub struct SetConfigCmdPacket { struct
6947 uci_packet: Arc<UciPacketData>,
6948 uci_command: Arc<UciCommandData>,
6949 core_command: Arc<CoreCommandData>,
6950 set_config_cmd: Arc<SetConfigCmdData>,
7010 impl Packet for SetConfigCmdPacket { implementation
7031 impl TryFrom<UciPacketPacket> for SetConfigCmdPacket { implementation
7037 impl SetConfigCmdPacket { impl
7075 impl Into<UciPacketPacket> for SetConfigCmdPacket { implementation
7080 impl Into<UciCommandPacket> for SetConfigCmdPacket { implementation
7085 impl Into<CoreCommandPacket> for SetConfigCmdPacket { implementation
7091 pub fn build(self) -> SetConfigCmdPacket { in build()