Searched defs:SessionNotificationPacket (Results 1 – 1 of 1) sorted by relevance
4356 pub struct SessionNotificationPacket { struct4357 uci_packet: Arc<UciPacketData>,4358 uci_notification: Arc<UciNotificationData>,4359 session_notification: Arc<SessionNotificationData>,4405 impl Packet for SessionNotificationPacket { implementation4426 impl TryFrom<UciPacketPacket> for SessionNotificationPacket { implementation4432 impl SessionNotificationPacket { impl4478 impl Into<UciPacketPacket> for SessionNotificationPacket { implementation4483 impl Into<UciNotificationPacket> for SessionNotificationPacket { implementation4489 pub fn build(self) -> SessionNotificationPacket { in build()[all …]