usesuper::super::{types::GeneralAddressType, Packet};implPacket{/// Checks whether the packet is addressed to the given destination.
pubfnis_destination_reached(&self, identifier: GeneralAddressType)->bool{self.destination_device_identifier == identifier.into()}}