Struct tokio_mqttc::proto::ConnectFlags [] [src]

pub struct ConnectFlags(_);

Methods

impl ConnectFlags
[src]

Methods from Deref<Target = ConnFlags>

Returns the raw value of the flags currently stored.

Returns true if no flags are currently stored.

Returns true if all flags are currently set.

Returns true if there are flags common to both self and other.

Returns true all of the flags in other are contained within self.

Trait Implementations

impl Deref for ConnectFlags
[src]

The resulting type after dereferencing.

[src]

Dereferences the value.

impl Header for ConnectFlags
[src]

[src]

[src]

[src]