Struct paho_mqtt3as_sys::MQTTAsync_init_options [] [src]

#[repr(C)]
pub struct MQTTAsync_init_options { pub struct_id: [c_char; 4], pub struct_version: c_int, pub do_openssl_init: c_int, }

Initialization options

Fields

The eyecatcher for this structure. Must be MQTG.

The version number of this structure. Must be 0

1 = we do openssl init, 0 = leave it to the application

Trait Implementations

impl Debug for MQTTAsync_init_options
[src]

Formats the value using the given formatter.

impl Copy for MQTTAsync_init_options
[src]

impl Clone for MQTTAsync_init_options
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more