Home
last modified time | relevance | path

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

/external/rust/pica/src/
Duci_packets.rs3660 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()
[all …]