Struct paho_mqtt3as_sys::MQTTAsync_willOptions__bindgen_ty_1 [] [src]

#[repr(C)]
pub struct MQTTAsync_willOptions__bindgen_ty_1 { pub len: c_int, pub data: *const c_void, }

The LWT payload in binary form. This is only checked and used if the message option is NULL

Fields

< binary payload length

< binary payload data

Trait Implementations

impl Debug for MQTTAsync_willOptions__bindgen_ty_1
[src]

Formats the value using the given formatter.

impl Copy for MQTTAsync_willOptions__bindgen_ty_1
[src]

impl Clone for MQTTAsync_willOptions__bindgen_ty_1
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more