Struct paho_mqtt3as_sys::MQTTAsync_successData__bindgen_ty_1__bindgen_ty_1 [] [src]

#[repr(C)]
pub struct MQTTAsync_successData__bindgen_ty_1__bindgen_ty_1 { pub message: MQTTAsync_message, pub destinationName: *mut c_char, }

For publish, the message being sent to the server.

Fields

Trait Implementations

impl Debug for MQTTAsync_successData__bindgen_ty_1__bindgen_ty_1
[src]

Formats the value using the given formatter.

impl Copy for MQTTAsync_successData__bindgen_ty_1__bindgen_ty_1
[src]

impl Clone for MQTTAsync_successData__bindgen_ty_1__bindgen_ty_1
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more