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]
fn new(t: ControlType, flags: u8) -> PacketType
fn with_default(t: ControlType) -> PacketType
fn to_u8(&self) -> u8
fn from_u8(val: u8) -> Result<PacketType, PacketTypeError>
Trait Implementations
impl Debug for PacketType[src]
impl Eq 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 Copy for PacketType[src]
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