Searched defs:CoreNotificationPacket (Results 1 – 1 of 1) sorted by relevance
3660 pub struct CoreNotificationPacket { struct3661 uci_packet: Arc<UciPacketData>,3662 uci_notification: Arc<UciNotificationData>,3663 core_notification: Arc<CoreNotificationData>,3707 impl Packet for CoreNotificationPacket { implementation3728 impl TryFrom<UciPacketPacket> for CoreNotificationPacket { implementation3734 impl CoreNotificationPacket { implementation3777 impl Into<UciPacketPacket> for CoreNotificationPacket { implementation3782 impl Into<UciNotificationPacket> for CoreNotificationPacket { implementation3788 pub fn build(self) -> CoreNotificationPacket { in build()[all …]