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

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

Fields

Methods

impl PacketType
[src]

Trait Implementations

impl Debug for PacketType
[src]

Formats the value using the given formatter.

impl Eq for PacketType
[src]

impl PartialEq for PacketType
[src]

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

This method tests for !=.

impl Copy for PacketType
[src]

impl Clone for PacketType
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more