Searched defs:SessionResponsePacket (Results 1 – 2 of 2) sorted by relevance
510 pub fn session_command(&mut self, cmd: SessionCommandPacket) -> SessionResponsePacket { in session_command()
4114 pub struct SessionResponsePacket { struct4115 uci_packet: Arc<UciPacketData>,4116 uci_response: Arc<UciResponseData>,4117 session_response: Arc<SessionResponseData>,4193 impl Packet for SessionResponsePacket { implementation4214 impl TryFrom<UciPacketPacket> for SessionResponsePacket { implementation4220 impl SessionResponsePacket { implementation4289 impl Into<UciPacketPacket> for SessionResponsePacket { implementation4294 impl Into<UciResponsePacket> for SessionResponsePacket { implementation4300 pub fn build(self) -> SessionResponsePacket { in build()[all …]