Home
last modified time | relevance | path

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

/external/rust/pica/src/
Duci_packets.rs7781 pub struct GenericErrorPacket { struct
7782 uci_packet: Arc<UciPacketData>,
7783 uci_notification: Arc<UciNotificationData>,
7784 core_notification: Arc<CoreNotificationData>,
7785 generic_error: Arc<GenericErrorData>,
7829 impl Packet for GenericErrorPacket { implementation
7850 impl TryFrom<UciPacketPacket> for GenericErrorPacket { implementation
7856 impl GenericErrorPacket { impl
7894 impl Into<UciPacketPacket> for GenericErrorPacket { implementation
7899 impl Into<UciNotificationPacket> for GenericErrorPacket { implementation
[all …]