Struct paho_mqtt3as_sys::MQTTAsync_successData__bindgen_ty_1__bindgen_ty_2
[−]
[src]
#[repr(C)]pub struct MQTTAsync_successData__bindgen_ty_1__bindgen_ty_2 { pub serverURI: *mut c_char, pub MQTTVersion: c_int, pub sessionPresent: c_int, }
Fields
serverURI: *mut c_char
MQTTVersion: c_int
sessionPresent: c_int
Trait Implementations
impl Debug for MQTTAsync_successData__bindgen_ty_1__bindgen_ty_2
[src]
impl Copy for MQTTAsync_successData__bindgen_ty_1__bindgen_ty_2
[src]
impl Clone for MQTTAsync_successData__bindgen_ty_1__bindgen_ty_2
[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