Home
last modified time | relevance | path

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

/external/rust/pica/src/
Duci_packets.rs5116 pub struct AndroidCommandPacket { struct
5117 uci_packet: Arc<UciPacketData>,
5118 uci_command: Arc<UciCommandData>,
5119 android_command: Arc<AndroidCommandData>,
5163 impl Packet for AndroidCommandPacket { implementation
5184 impl TryFrom<UciPacketPacket> for AndroidCommandPacket { implementation
5190 impl AndroidCommandPacket { impl
5235 impl Into<UciPacketPacket> for AndroidCommandPacket { implementation
5240 impl Into<UciCommandPacket> for AndroidCommandPacket { implementation
5246 pub fn build(self) -> AndroidCommandPacket { in build()
[all …]