Struct paho_mqtt3as_sys::MQTTAsync_successData
[−]
[src]
#[repr(C)]pub struct MQTTAsync_successData { pub token: MQTTAsync_token, pub alt: MQTTAsync_successData__bindgen_ty_1, }
The data returned on completion of a successful API call in the response callback onSuccess.
Fields
token: MQTTAsync_token
A token identifying the successful request. Can be used to refer to the request later.
alt: MQTTAsync_successData__bindgen_ty_1
Trait Implementations
impl Copy for MQTTAsync_successData
[src]
impl Clone for MQTTAsync_successData
[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