Searched defs:UciVendor_B_CommandPacket (Results 1 – 1 of 1) sorted by relevance
14001 pub struct UciVendor_B_CommandPacket { struct14002 uci_packet: Arc<UciPacketData>,14003 uci_command: Arc<UciCommandData>,14004 uci_vendor__b__command: Arc<UciVendor_B_CommandData>,14041 impl Packet for UciVendor_B_CommandPacket { implementation14062 impl TryFrom<UciPacketPacket> for UciVendor_B_CommandPacket { implementation14068 impl UciVendor_B_CommandPacket { implementation14106 impl Into<UciPacketPacket> for UciVendor_B_CommandPacket { implementation14111 impl Into<UciCommandPacket> for UciVendor_B_CommandPacket { implementation14117 pub fn build(self) -> UciVendor_B_CommandPacket { in build()