#[repr(C)]
pub struct rd_kafka_metadata { pub broker_cnt: c_int, pub brokers: *mut rd_kafka_metadata_broker, pub topic_cnt: c_int, pub topics: *mut rd_kafka_metadata_topic, pub orig_broker_id: i32, pub orig_broker_name: *mut c_char, }

Fields

broker_cnt: c_intbrokers: *mut rd_kafka_metadata_brokertopic_cnt: c_inttopics: *mut rd_kafka_metadata_topicorig_broker_id: i32orig_broker_name: *mut c_char

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.