Home
last modified time | relevance | path

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

/external/rust/pica/src/
Duci_packets.rs2996 pub struct UciNotificationPacket { struct
2997 uci_packet: Arc<UciPacketData>,
2998 uci_notification: Arc<UciNotificationData>,
3083 impl Packet for UciNotificationPacket { implementation
3104 impl TryFrom<UciPacketPacket> for UciNotificationPacket { implementation
3110 impl UciNotificationPacket { impl
3181 impl Into<UciPacketPacket> for UciNotificationPacket { implementation
3187 pub fn build(self) -> UciNotificationPacket { in build()
3783 fn into(self) -> UciNotificationPacket { in into()
3811 fn into(self) -> UciNotificationPacket { in into()
[all …]