Struct peel_ip::layer3::udp::UdpPacket [] [src]

pub struct UdpPacket {
    pub header: UdpHeader,
    pub path_error: Option<PathErrorType>,
}

Representation of an User Datagram Protocol packet

Fields

The header of the UDP packet

Set to some error code if the connection tracking failed

Trait Implementations

impl Debug for UdpPacket
[src]

Formats the value using the given formatter.

impl Eq for UdpPacket
[src]

impl PartialEq for UdpPacket
[src]

This method tests for self and other values to be equal, and is used by ==. Read more

This method tests for !=.