Struct librdkafka_sys::rd_kafka_topic_partition_s [] [src]

pub struct rd_kafka_topic_partition_s {
    pub topic: *mut c_char,
    pub partition: int32_t,
    pub offset: int64_t,
    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

Trait Implementations

impl Copy for rd_kafka_topic_partition_s
[src]

impl Clone for rd_kafka_topic_partition_s
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for rd_kafka_topic_partition_s
[src]

Formats the value using the given formatter.

impl Default for rd_kafka_topic_partition_s
[src]

Returns the "default value" for a type. Read more