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

A token identifying the successful request. Can be used to refer to the request later.

Trait Implementations

impl Copy for MQTTAsync_successData
[src]

impl Clone for MQTTAsync_successData
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more