Lines Matching defs:CoreNotificationPacket
3660 pub struct CoreNotificationPacket { struct
3661 uci_packet: Arc<UciPacketData>,
3662 uci_notification: Arc<UciNotificationData>,
3663 core_notification: Arc<CoreNotificationData>,
3707 impl Packet for CoreNotificationPacket { implementation
3728 impl TryFrom<UciPacketPacket> for CoreNotificationPacket { implementation
3734 impl CoreNotificationPacket { implementation
3777 impl Into<UciPacketPacket> for CoreNotificationPacket { implementation
3782 impl Into<UciNotificationPacket> for CoreNotificationPacket { implementation
3788 pub fn build(self) -> CoreNotificationPacket { in build()
6076 fn into(self) -> CoreNotificationPacket { in into()
6112 fn into(self) -> CoreNotificationPacket { in into()
7905 fn into(self) -> CoreNotificationPacket { in into()
7941 fn into(self) -> CoreNotificationPacket { in into()