Home
last modified time | relevance | path

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

/external/rust/pica/src/
Duci_packets.rs4356 pub struct SessionNotificationPacket { struct
4357 uci_packet: Arc<UciPacketData>,
4358 uci_notification: Arc<UciNotificationData>,
4359 session_notification: Arc<SessionNotificationData>,
4405 impl Packet for SessionNotificationPacket { implementation
4426 impl TryFrom<UciPacketPacket> for SessionNotificationPacket { implementation
4432 impl SessionNotificationPacket { impl
4478 impl Into<UciPacketPacket> for SessionNotificationPacket { implementation
4483 impl Into<UciNotificationPacket> for SessionNotificationPacket { implementation
4489 pub fn build(self) -> SessionNotificationPacket { in build()
[all …]