Struct cobalt::NoopPacketModifier [] [src]

pub struct NoopPacketModifier;

Implementation of a packet modifier which does nothing.

Trait Implementations

impl Debug for NoopPacketModifier
[src]

Formats the value using the given formatter.

impl Copy for NoopPacketModifier
[src]

impl Clone for NoopPacketModifier
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl PacketModifier for NoopPacketModifier
[src]

Method that constructs a new packet modifier using the provided configuration.

Method that is called for payload modification before a packet is send over a connection's underlying socket. Read more

Method that is called for payload modification purposes after a packet is received over a connection's underlying socket. Read more