Struct gaffer_udp::packet::GafferPacket [] [src]

pub struct GafferPacket {
    pub addr: SocketAddr,
    pub payload: GafferPayload,
}

Fields

Methods

impl GafferPacket
[src]

Trait Implementations

impl Clone for GafferPacket
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl PartialEq for GafferPacket
[src]

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

This method tests for !=.

impl Eq for GafferPacket
[src]

impl Debug for GafferPacket
[src]

Formats the value using the given formatter.