#[repr(C)]
pub struct rd_kafka_vu_s__bindgen_ty_1 {
pub cstr: __BindgenUnionField<*const c_char>,
pub rkt: __BindgenUnionField<*mut rd_kafka_topic_t>,
pub i: __BindgenUnionField<c_int>,
pub i32_: __BindgenUnionField<i32>,
pub i64_: __BindgenUnionField<i64>,
pub mem: __BindgenUnionField<rd_kafka_vu_s__bindgen_ty_1__bindgen_ty_1>,
pub header: __BindgenUnionField<rd_kafka_vu_s__bindgen_ty_1__bindgen_ty_2>,
pub headers: __BindgenUnionField<*mut rd_kafka_headers_t>,
pub ptr: __BindgenUnionField<*mut c_void>,
pub _pad: __BindgenUnionField<[c_char; 64]>,
pub bindgen_union_field: [u64; 8],
}
impl<T> Any for T where
T: 'static + ?Sized,
Immutably borrows from an owned value. Read more
Mutably borrows from an owned value. Read more
impl<T, U> Into<U> for T where
U: From<T>,
The type returned in the event of a conversion error.
The type returned in the event of a conversion error.