Struct rdkafka_sys::bindings::rd_kafka_vu_s__bindgen_ty_1[][src]

Fields

cstr: __BindgenUnionField<*const c_char>rkt: __BindgenUnionField<*mut rd_kafka_topic_t>i: __BindgenUnionField<c_int>i32_: __BindgenUnionField<i32>i64_: __BindgenUnionField<i64>mem: __BindgenUnionField<rd_kafka_vu_s__bindgen_ty_1__bindgen_ty_1>header: __BindgenUnionField<rd_kafka_vu_s__bindgen_ty_1__bindgen_ty_2>headers: __BindgenUnionField<*mut rd_kafka_headers_t>ptr: __BindgenUnionField<*mut c_void>_pad: __BindgenUnionField<[c_char; 64]>bindgen_union_field: [u64; 8]

Auto Trait Implementations

Blanket Implementations

impl<T> Any for T where
    T: 'static + ?Sized
[src]

impl<T> Borrow<T> for T where
    T: ?Sized
[src]

impl<T> BorrowMut<T> for T where
    T: ?Sized
[src]

impl<T> From<T> for T[src]

impl<T, U> Into<U> for T where
    U: From<T>, 
[src]

impl<T, U> TryFrom<U> for T where
    U: Into<T>, 
[src]

type Error = Infallible

The type returned in the event of a conversion error.

impl<T, U> TryInto<U> for T where
    U: TryFrom<T>, 
[src]

type Error = <U as TryFrom<T>>::Error

The type returned in the event of a conversion error.