Type Alias Value
pub type Value = MQTTProperty__bindgen_ty_1;Expand description
The Property value union type.
Aliased Type§
#[repr(C)]pub union Value {
pub byte: u8,
pub integer2: u16,
pub integer4: u32,
pub __bindgen_anon_1: MQTTProperty__bindgen_ty_1__bindgen_ty_1,
}Fields§
§byte: u8§integer2: u16§integer4: u32§__bindgen_anon_1: MQTTProperty__bindgen_ty_1__bindgen_ty_1