Searched defs:AndroidCommandPacket (Results 1 – 1 of 1) sorted by relevance
5116 pub struct AndroidCommandPacket { struct5117 uci_packet: Arc<UciPacketData>,5118 uci_command: Arc<UciCommandData>,5119 android_command: Arc<AndroidCommandData>,5163 impl Packet for AndroidCommandPacket { implementation5184 impl TryFrom<UciPacketPacket> for AndroidCommandPacket { implementation5190 impl AndroidCommandPacket { impl5235 impl Into<UciPacketPacket> for AndroidCommandPacket { implementation5240 impl Into<UciCommandPacket> for AndroidCommandPacket { implementation5246 pub fn build(self) -> AndroidCommandPacket { in build()[all …]