#[repr(C)]
pub struct rd_kafka_topic_partition_s { pub topic: *mut c_char, pub partition: i32, pub offset: i64, pub metadata: *mut c_void, pub metadata_size: size_t, pub opaque: *mut c_void, pub err: rd_kafka_resp_err_t, pub _private: *mut c_void, }

Fields

topic: *mut c_charpartition: i32offset: i64metadata: *mut c_voidmetadata_size: size_topaque: *mut c_voiderr: rd_kafka_resp_err_t_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.