Struct mqtt::control::variable_header::packet_identifier::PacketIdentifier [] [src]

pub struct PacketIdentifier(pub u16);

Trait Implementations

impl Debug for PacketIdentifier
[src]

Formats the value using the given formatter.

impl Eq for PacketIdentifier
[src]

impl PartialEq for PacketIdentifier
[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 PacketIdentifier
[src]

impl Clone for PacketIdentifier
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl<'a> Encodable<'a> for PacketIdentifier
[src]

impl<'a> Decodable<'a> for PacketIdentifier
[src]