Struct mqtt::control::variable_header::protocol_level::ProtocolLevel [] [src]

pub struct ProtocolLevel(pub u8);

Trait Implementations

impl Debug for ProtocolLevel
[src]

Formats the value using the given formatter.

impl Eq for ProtocolLevel
[src]

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

impl Clone for ProtocolLevel
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

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

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