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
struct_id: [c_char; 4]
The eyecatcher for this structure. Must be MQTG.
struct_version: c_int
The version number of this structure. Must be 0
do_openssl_init: c_int
1 = we do openssl init, 0 = leave it to the application
Trait Implementations
impl Debug for MQTTAsync_init_options
[src]
impl Copy for MQTTAsync_init_options
[src]
impl Clone for MQTTAsync_init_options
[src]
fn clone(&self) -> Self
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