Searched defs:UciVendor_E_CommandPacket (Results 1 – 1 of 1) sorted by relevance
14171 pub struct UciVendor_E_CommandPacket { struct14172 uci_packet: Arc<UciPacketData>,14173 uci_command: Arc<UciCommandData>,14174 uci_vendor__e__command: Arc<UciVendor_E_CommandData>,14211 impl Packet for UciVendor_E_CommandPacket { implementation14232 impl TryFrom<UciPacketPacket> for UciVendor_E_CommandPacket { implementation14238 impl UciVendor_E_CommandPacket { impl14276 impl Into<UciPacketPacket> for UciVendor_E_CommandPacket { implementation14281 impl Into<UciCommandPacket> for UciVendor_E_CommandPacket { implementation14287 pub fn build(self) -> UciVendor_E_CommandPacket { in build()