Searched defs:GenericErrorPacket (Results 1 – 1 of 1) sorted by relevance
7781 pub struct GenericErrorPacket { struct7782 uci_packet: Arc<UciPacketData>,7783 uci_notification: Arc<UciNotificationData>,7784 core_notification: Arc<CoreNotificationData>,7785 generic_error: Arc<GenericErrorData>,7829 impl Packet for GenericErrorPacket { implementation7850 impl TryFrom<UciPacketPacket> for GenericErrorPacket { implementation7856 impl GenericErrorPacket { impl7894 impl Into<UciPacketPacket> for GenericErrorPacket { implementation7899 impl Into<UciNotificationPacket> for GenericErrorPacket { implementation[all …]