Struct mqtt::packet::pubrec::PubrecPacket [] [src]

pub struct PubrecPacket { /* fields omitted */ }

PUBREC packet

Methods

impl PubrecPacket
[src]

Trait Implementations

impl Debug for PubrecPacket
[src]

Formats the value using the given formatter.

impl Eq for PubrecPacket
[src]

impl PartialEq for PubrecPacket
[src]

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

This method tests for !=.

impl<'a> Packet<'a> for PubrecPacket
[src]

Get a FixedHeader of this packet

Get payload

Encode variable headers to writer

Length of bytes after encoding variable header

Deocde packet with a FixedHeader