Struct librdkafka_sys::rd_kafka_metadata_topic [] [src]

pub struct rd_kafka_metadata_topic {
    pub topic: *mut c_char,
    pub partition_cnt: c_int,
    pub partitions: *mut rd_kafka_metadata_partition,
    pub err: rd_kafka_resp_err_t,
    // some fields omitted
}

Fields

Trait Implementations

impl Copy for rd_kafka_metadata_topic
[src]

impl Clone for rd_kafka_metadata_topic
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for rd_kafka_metadata_topic
[src]

Formats the value using the given formatter.

impl Default for rd_kafka_metadata_topic
[src]

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