Struct paho_mqtt3as_sys::MQTTAsync_createOptions [] [src]

#[repr(C)]
pub struct MQTTAsync_createOptions { pub struct_id: [c_char; 4], pub struct_version: c_int, pub sendWhileDisconnected: c_int, pub maxBufferedMessages: c_int, }

Fields

The eyecatcher for this structure. must be MQCO.

The version number of this structure. Must be 0

Whether to allow messages to be sent when the client library is not connected.

the maximum number of messages allowed to be buffered while not connected.

Trait Implementations

impl Debug for MQTTAsync_createOptions
[src]

Formats the value using the given formatter.

impl Copy for MQTTAsync_createOptions
[src]

impl Clone for MQTTAsync_createOptions
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Default for MQTTAsync_createOptions
[src]

Returns the "default value" for a type. Read more