Struct mqtt::packet::pingresp::PingrespPacket[][src]

pub struct PingrespPacket { /* fields omitted */ }

PINGRESP packet

Methods

impl PingrespPacket
[src]

Trait Implementations

impl Debug for PingrespPacket
[src]

Formats the value using the given formatter. Read more

impl Eq for PingrespPacket
[src]

impl PartialEq for PingrespPacket
[src]

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

This method tests for !=.

impl Packet for PingrespPacket
[src]

Get a FixedHeader of this packet

Get the payload

Get a borrow of payload

Encode variable headers to writer

Length of bytes after encoding variable header

Deocde packet with a FixedHeader

impl From<PingrespPacket> for VariablePacket
[src]

Performs the conversion.

Auto Trait Implementations