#[repr(C)]
pub struct rd_kafka_message_s { pub err: rd_kafka_resp_err_t, pub rkt: *mut rd_kafka_topic_t, pub partition: i32, pub payload: *mut c_void, pub len: size_t, pub key: *mut c_void, pub key_len: size_t, pub offset: i64, pub _private: *mut c_void, }

Fields

err: rd_kafka_resp_err_trkt: *mut rd_kafka_topic_tpartition: i32payload: *mut c_voidlen: size_tkey: *mut c_voidkey_len: size_toffset: i64_private: *mut c_void

Auto Trait Implementations

Blanket Implementations

Gets the TypeId of self. Read more

Immutably borrows from an owned value. Read more

Mutably borrows from an owned value. Read more

Performs the conversion.

Performs the conversion.

The type returned in the event of a conversion error.

Performs the conversion.

The type returned in the event of a conversion error.

Performs the conversion.