Struct librdkafka_sys::rd_kafka_metadata_broker [] [src]

#[repr(C)]
pub struct rd_kafka_metadata_broker { pub id: int32_t, pub host: *mut c_char, pub port: c_int, // some fields omitted }

Fields

Trait Implementations

impl Copy for rd_kafka_metadata_broker
[src]

impl Clone for rd_kafka_metadata_broker
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for rd_kafka_metadata_broker
[src]

Formats the value using the given formatter.

impl Default for rd_kafka_metadata_broker
[src]

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