Struct mqtt::packet::pubrec::PubrecPacket
[−]
[src]
pub struct PubrecPacket {
// some fields omitted
}Methods
impl PubrecPacket[src]
fn new(pkid: u16) -> PubrecPacket
fn packet_identifier(&self) -> u16
fn set_packet_identifier(&mut self, pkid: u16)
Trait Implementations
impl PartialEq for PubrecPacket[src]
fn eq(&self, __arg_0: &PubrecPacket) -> bool
This method tests for self and other values to be equal, and is used by ==. Read more
fn ne(&self, __arg_0: &PubrecPacket) -> bool
This method tests for !=.