Struct mqtt::control::packet_type::PacketType [] [src]

pub struct PacketType {
    pub control_type: ControlType,
    pub flags: u8,
}

Fields

control_type: ControlType flags: u8

Methods

impl PacketType
[src]

Trait Implementations

impl Clone for PacketType
[src]

fn clone(&self) -> PacketType

Returns a copy of the value. Read more

fn clone_from(&mut self, source: &Self)
1.0.0

Performs copy-assignment from source. Read more

impl Copy for PacketType
[src]

impl PartialEq for PacketType
[src]

fn eq(&self, __arg_0: &PacketType) -> bool

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

fn ne(&self, __arg_0: &PacketType) -> bool

This method tests for !=.

impl Eq for PacketType
[src]

impl Debug for PacketType
[src]

fn fmt(&self, __arg_0: &mut Formatter) -> Result

Formats the value using the given formatter.