Searched defs:UciNotificationPacket (Results 1 – 1 of 1) sorted by relevance
2996 pub struct UciNotificationPacket { struct2997 uci_packet: Arc<UciPacketData>,2998 uci_notification: Arc<UciNotificationData>,3083 impl Packet for UciNotificationPacket { implementation3104 impl TryFrom<UciPacketPacket> for UciNotificationPacket { implementation3110 impl UciNotificationPacket { impl3181 impl Into<UciPacketPacket> for UciNotificationPacket { implementation3187 pub fn build(self) -> UciNotificationPacket { in build()3783 fn into(self) -> UciNotificationPacket { in into()3811 fn into(self) -> UciNotificationPacket { in into()[all …]