#[repr(C)]
pub struct rd_kafka_vu_s__bindgen_ty_1__bindgen_ty_2 {
pub name: *const c_char,
pub val: *const c_void,
pub size: ssize_t,
}
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.